bod
12/24/2020, 10:32 AM./gradlew clean :app:assembleDebug -Pkapt.verbose=true --no-build-cache
I don't see the Incremental KAPT support is disabled
log (I'm certain we used to have it some time ago). But I do see a bunch of Incremental annotation processing (apt mode): false
which worries me. Does this mean it's disabled? (We do have kapt.incremental.apt=true
in our build.properties
).
💡 Ideas?
[1] https://medium.com/@daniel_novak/making-incremental-kapt-work-speed-up-your-kotlin-projects-539db1a771cfmanask88
01/21/2021, 9:41 PMbod
01/22/2021, 8:17 AM