I’m using the old `kapt` plugin with Kotlin 1.0.6 ...
# android
j
I’m using the old
kapt
plugin with Kotlin 1.0.6 and it works fine. If I use the new
kapt
(by applying the plugin and removing the kapt config block), the generated code by FragmentArgs and AutoValue won't work (builder classes are not generated). Am I missing something?