Hey there! I’m using `kotlin-kapt` for generating ...
# android
f
Hey there! I’m using
kotlin-kapt
for generating DBFlow database models. Generation itself works, but
kapt
puts the generated classes into the
generated/source/kapt/release/
folder even though I have selected the
debug
build variant in all project modules. Is this some known issue with an existing workaround? I was not able to find anything on Google/SO/Kotlin issues. Any help appreciated.