Milse113
02/11/2022, 8:53 PM@Register
annotation which allows the manager class to automatically register it. While I could do this with reflection, I want to be able to include and exclude some of these modules at compile-time (IE if I have a beta vs prod build), and preferably also generate the list at compile-time. from what I can tell, the best way to do this is with a compiler plugin, but I can’t find a framework which allows this as most major Kotlin compiler plugin libraries don’t allow modifying existing files, but instead only creating new ones. How should I go about doing this?Joffrey
02/11/2022, 9:34 PMMilse113
02/11/2022, 10:21 PMJoffrey
02/13/2022, 9:38 PMMilse113
02/13/2022, 9:40 PMJoffrey
02/13/2022, 9:43 PMMilse113
02/13/2022, 9:49 PM