Build: fix more warnings about deprecated/Alpha MPP plugins

Using the new flags added in KT-41340 and
413d02621b.
This commit is contained in:
Alexander Udalov
2020-09-07 19:45:59 +02:00
parent 06680452dc
commit 196893bc4d
+3 -1
View File
@@ -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