diff --git a/gradle.properties b/gradle.properties index f6f3ff3c88a..6a1f9b80444 100644 --- a/gradle.properties +++ b/gradle.properties @@ -32,5 +32,7 @@ kotlin.build.publishing.attempts=20 # TODO: add this flag in a granular way to the modules that don't need stdlib? kotlin.stdlib.default.dependency=false -# Suppress the deprecation warning about using 'org.jetbrains.kotlin.platform.*' in kotlin-stdlib +# Suppress warnings about using deprecated and Alpha multiplatform plugins in kotlin-stdlib kotlin.internal.mpp12x.deprecation.suppress=true +kotlin.mpp.stability.nowarn=true +kotlin.2js.nowarn=true