Suppress warning on usage of old MPP in kotlin-stdlib
This commit is contained in:
@@ -31,3 +31,6 @@ kotlin.build.publishing.attempts=20
|
|||||||
# Don't add the Kotlin standard library dependencies by default
|
# 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?
|
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user