https://kotlinlang.org logo
#eap
Title
r

ralf

11/06/2017, 1:22 PM
Then there’s also another Kapt warning which I can’t resolve
Copy code
w: [kapt] Sources output directory is not specified for database_debug, skipping annotation processing
The project builds fine, though. It’s a problem for us, because we’d like to make Kotlin compiler warnings errors with 1.2.
a

artem_zin

11/10/2017, 1:52 AM
This Kapt warning makes me thing that you're applying kapt plugin but don't have any annotation processors in the module
r

ralf

11/10/2017, 9:23 AM
I’m using the Room annotation processor. So there’s definitely one annotation processor