Skip to content

Commit 7e638fb

Browse files
committed
kapt.incremental.apt=false
1 parent 29ccf82 commit 7e638fb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

gradle.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
# @see https://docs.gradle.org/current/userguide/build_environment.html
33
org.gradle.welcome=never
44
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
5+
6+
kapt.incremental.apt=false
57
# kotlin.experimental.tryK2=true
6-
android.lint.useK2Uast=true
8+
# android.lint.useK2Uast=false
9+
710
android.enableJetifier=false
811
android.useAndroidX=true

0 commit comments

Comments
 (0)