summaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorjoffrey-bion <joffrey.bion@gmail.com>2020-10-31 13:55:05 +0100
committerjoffrey-bion <joffrey.bion@gmail.com>2020-10-31 15:10:32 +0100
commit603cef3273b9b2c72ef6e2c5c241ebc770f31730 (patch)
treea9a56891242640d94d425c3c8d936aa67e3d9205 /gradle.properties
parentUpgrade Ktlint to 0.39.0 (diff)
downloadseven-wonders-603cef3273b9b2c72ef6e2c5c241ebc770f31730.tar.gz
seven-wonders-603cef3273b9b2c72ef6e2c5c241ebc770f31730.tar.bz2
seven-wonders-603cef3273b9b2c72ef6e2c5c241ebc770f31730.zip
Disable warning for Kotlin MPP Alpha
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties3
1 files changed, 3 insertions, 0 deletions
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
bgstack15