svenjacobs
09/21/2018, 12:24 PMkapt
with Android Studio and a library that generates Kotlin source code (not Java source code) like the moshi-kotlin-codegen
library? The point is that the generated source is placed under build/generated/source/kaptKotlin
. Android Studio (3.1.4) is unable to find this source. It only looks under build/generated/source/kapt
where generated Java source is placed.