From 603cef3273b9b2c72ef6e2c5c241ebc770f31730 Mon Sep 17 00:00:00 2001 From: joffrey-bion Date: Sat, 31 Oct 2020 13:55:05 +0100 Subject: Disable warning for Kotlin MPP Alpha --- gradle.properties | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 4f996f1a..71835180 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,5 @@ org.gradle.parallel=true org.gradle.caching=true + +# To disable warning about experimental status of Kotlin MPP +kotlin.mpp.stability.nowarn=true -- cgit