diff --git a/android/gradle.properties b/android/gradle.properties index 98bed167d..a52d570bd 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -18,4 +18,6 @@ android.useAndroidX=true # Automatically convert third-party libraries to use AndroidX android.enableJetifier=true # Kotlin code style for this project: "official" or "obsolete": -kotlin.code.style=official \ No newline at end of file +kotlin.code.style=official +# We're aware that MP is an alpha feature +kotlin.mpp.stability.nowarn=true