aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
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 157d4410..eed98d91 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -12,6 +12,9 @@ org.gradle.vfs.watch=true
# Enable experimental configuration caching
org.gradle.unsafe.configuration-cache=true
+# Enable kotlin-assignment plugin
+systemProp.org.gradle.unsafe.kotlin.assignment=true
+
# Enable Kotlin incremental compilation
kotlin.incremental=true