Hi, has anyone managed to use `kapt` with Android ...
# android
s
Hi, has anyone managed to use
kapt
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.