Skip to content

Commit 01dec8a

Browse files
authored
Disable incremental Kotlin compilation. (#4822)
1 parent 075434c commit 01dec8a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gradle.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m \
2323
# This property is not mentioned in Gradle documentation
2424
# See https://github.com/gradle/gradle/issues/15214 for background info
2525
systemProp.org.gradle.kotlin.dsl.precompiled.accessors.strict=true
26+
27+
# Workaround https://youtrack.jetbrains.com/issue/KT-34862
28+
kotlin.incremental=false

0 commit comments

Comments
 (0)