mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
Suppress warning on usage of old MPP in kotlin-stdlib
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user