From 589492ae2c4bc54000f6208d6bd0312bf939a3ec Mon Sep 17 00:00:00 2001 From: Ilya Gorbunov Date: Thu, 3 Aug 2023 15:59:37 +0200 Subject: [PATCH] Suppress KGP errors about using obsolete properties in the whole project --- gradle.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/gradle.properties b/gradle.properties index 4759961c817..f04df3b0a43 100644 --- a/gradle.properties +++ b/gradle.properties @@ -58,6 +58,7 @@ kotlin.stdlib.default.dependency=false kotlin.js.stdlib.dom.api.included=false # Suppress warnings about using deprecated and unstable plugins in kotlin-stdlib +kotlin.internal.suppressGradlePluginErrors=PreHMPPFlagsError kotlin.internal.mpp12x.deprecation.suppress=true kotlin.mpp.stability.nowarn=true kotlin.wasm.stability.nowarn=true