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 ?
atlantis210
11/17/2022, 2:18 PM
I tried looking at what's done in Moshi but didn't find/understand how it is done...
t
Ting-Yuan Huang
11/18/2022, 9:45 PM
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
atlantis210
11/21/2022, 8:09 AM
Thanks for your answer. You mean this will be available in next release of AS ? Or is this already available in Flamingo or Eel ?