Say I have a manually written class A and A_Generated which was generated by a KSP symbol processor. Is there any standard way to re-run KSP and refresh A_Generated when I edit class A and press "Save" in Android Studio? 🧵
Art
12/21/2024, 5:45 AM
If this is not a supported use case... would switching to Kotlin compiler plugin to produce A_Generated help achieve this behavior out of the box (without writing custom Android Studio plugins etc)?
Thanks, I did a bit of reading and looks like K2 front end compiler plugin would be a better fit for my use-case and also provide IDE support without any plugins.