Move to kapt for annotation processing (allows kotlin to be used in the core module)

This commit is contained in:
Max Leibowitz
2021-04-02 17:25:07 -07:00
parent 02e68d27a3
commit 31f8d6c830
3 changed files with 28 additions and 8 deletions

View File

@@ -1,3 +1,9 @@
org.gradle.daemon=true
org.gradle.jvmargs=-Xms256m -Xmx1024m
archash=0e99b0291f81d74d335dca8b0cf3bf26931f1197
# Don't recompute annotations if sources haven't been changed
kapt.incremantal.apt = true
# Multithreaded
kapt.use.worker.api=true
# Compilation avoidance (see https://kotlinlang.org/docs/kapt.html#compile-avoidance-for-kapt-since-1-3-20)
kapt.include.compile.classpath=false