Hey all, I have a question regarding the generated output directory to be readable by Android Studio...
a
Hey all, I have a question regarding the generated output directory to be readable by Android Studio. I saw this issue https://github.com/google/ksp/issues/37 but this has no real solution as pointed out by @e_krivobokov. What's the best way of getting generated files then ?
I tried looking at what's done in Moshi but didn't find/understand how it is done...
t
If you are using Android Studio and developing Android projects (i.e., applying Android Gradle Plugin), a partial solution just landed that will register generated Kotlin sources (.java works long ago) to IDE.
a
Thanks for your answer. You mean this will be available in next release of AS ? Or is this already available in Flamingo or Eel ?