Does anybody still has an issue with kapt incremen...
# android
g
Does anybody still has an issue with kapt incremental compilation? I know about this issue - https://youtrack.jetbrains.com/issue/KT-13179 It’s fixed now. But for my project is the same: java recompile each time:
Copy code
21423 10:11:45.004 [WARN] [org.gradle.api.Task] Destination for generated sources was modified by kapt. Previous value = /project-path/app/build/generated/source/apt/stageL21/debug
21424 10:11:45.009 [INFO] [org.gradle.api.internal.changedetection.changes.RebuildIncrementalTaskInputs] All input files are considered out-of-date for       incremental task ':app:compileStageL21DebugJavaWithJavac’.
I use Gradle 3.2 + Kotlin 1.0.5 + kapt1 + data bindings + dagger2