Skip to content

Commit

Permalink
Disable incremental Kotlin compilation. (#4822)
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga committed Dec 7, 2021
1 parent 075434c commit 01dec8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m \
# This property is not mentioned in Gradle documentation
# See https://github.com/gradle/gradle/issues/15214 for background info
systemProp.org.gradle.kotlin.dsl.precompiled.accessors.strict=true

# Workaround https://youtrack.jetbrains.com/issue/KT-34862
kotlin.incremental=false

0 comments on commit 01dec8a

Please sign in to comment.