does dagger compiler need to run before kotlin com...
# android
j
does dagger compiler need to run before kotlin compiler or anything? compile fails in
app:compileDebugKotlin
, but just tells me that it can't find the
DaggerApplicationComponent
and I'm left to hunt for the errors myself