diff --git a/gradle.properties b/gradle.properties index e99e1401606..f6f3ff3c88a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 \ No newline at end of file +kotlin.stdlib.default.dependency=false + +# Suppress the deprecation warning about using 'org.jetbrains.kotlin.platform.*' in kotlin-stdlib +kotlin.internal.mpp12x.deprecation.suppress=true