diff --git a/build-logic/gradle.properties b/build-logic/gradle.properties index 03e282f9218..15141fcd1a9 100644 --- a/build-logic/gradle.properties +++ b/build-logic/gradle.properties @@ -3,8 +3,6 @@ org.gradle.jvmargs=-Xmx8g # Do not automatically add stdlib dependency kotlin.stdlib.default.dependency=false -# silence the "multiplatform alpha" warning -kotlin.mpp.stability.nowarn=true # Enable the build cache org.gradle.caching=true # Enable the configuration cache diff --git a/gradle.properties b/gradle.properties index 7417854e6e4..76427976b9a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -26,8 +26,6 @@ kotlin.mpp.enableCompatibilityMetadataVariant=true org.gradle.jvmargs=-Xmx8g # Do not automatically add stdlib dependency kotlin.stdlib.default.dependency=false -# silence the "multiplatform alpha" warning -kotlin.mpp.stability.nowarn=true # Enable the build cache org.gradle.caching=true # Enable the configuration cache diff --git a/tests/gradle.properties b/tests/gradle.properties index 2dce08a9552..35c058b51a5 100644 --- a/tests/gradle.properties +++ b/tests/gradle.properties @@ -8,8 +8,6 @@ android.useAndroidX=true org.gradle.jvmargs=-Xmx8g # Do not automatically add stdlib dependency kotlin.stdlib.default.dependency=false -# silence the "multiplatform alpha" warning -kotlin.mpp.stability.nowarn=true # Enable the build cache org.gradle.caching=true # Enable the configuration cache