From 76f7f70ecf23e68d703f3126444f7495095c3e88 Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Fri, 16 Dec 2022 10:05:30 +0100 Subject: [PATCH] remove unused Gradle prop (#4587) --- build-logic/gradle.properties | 2 -- gradle.properties | 2 -- tests/gradle.properties | 2 -- 3 files changed, 6 deletions(-) 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