I am using kotlin with dagger and databindings on android. When I cleaned my
.gradle
folder in my project today I started getting compilation errors: https://gist.github.com/audax/54fffa916c420af70881ad891d3fc5f8
I am using kotlin 1.51 (but also tested 1.40 and 1.50) and the android gradle plugin 3.1.3. Anyone got an idea of why that is crashing?
audax
07/12/2018, 11:11 AM
My flatbuffers that are generated via a gradle plugin were generated after the kapt-step. I changed that to perBuild and now it works. The error is message wasn't really helpful 😉