Suppress warning on usage of old MPP in kotlin-stdlib

This commit is contained in:
Alexander Udalov
2020-08-17 18:03:18 +02:00
parent da6d904c6e
commit 2428c180c2

View File

@@ -30,4 +30,7 @@ kotlin.build.publishing.attempts=20
# Don't add the Kotlin standard library dependencies by default
# TODO: add this flag in a granular way to the modules that don't need stdlib?
kotlin.stdlib.default.dependency=false
kotlin.stdlib.default.dependency=false
# Suppress the deprecation warning about using 'org.jetbrains.kotlin.platform.*' in kotlin-stdlib
kotlin.internal.mpp12x.deprecation.suppress=true