Hi guys! In my multiple module project `kaptDebugK...
# kapt
y
Hi guys! In my multiple module project
kaptDebugKotlin
fails every other time for two off them which happened to be
Android library
modules. Fails with error something along the lines:
…/integration-tests-data/build/generated/source/kapt/debug/com/gmail/ebeletskiy/flashcards/tests/app/DaggerTestDataAppComponent.java:8: error: cannot find symbol …
I’m running Kotlin 1.1.0, Gradle 3.3, Dagger 2.6 But the problem hasn’t popped up just right after upgrading to Kotlin 1.1.0 but has been there for quite some time. I was hoping it would be resolved with the upgrade, alas it’s not. Is this something known, anyone seeing the same, is there a bug filed?