Lukasz Kalnik
07/09/2022, 11:07 AMdevDebug
, sprintRelease
, playRelease
). So there is no ksp generated code in main
, only in the respective flavor directories.
How do I make Android Studio aware of the generated code to have it recognize generated symbols and provide autocompletion?
This doesn't work, as there is no generated code in `main`: https://kotlinlang.org/docs/ksp-quickstart.html#make-ide-aware-of-generated-codemain
sourceSet:
https://github.com/google/ksp/issues/37#issuecomment-1122247718Oliver.O
07/09/2022, 1:16 PMLukasz Kalnik
07/09/2022, 4:00 PM