LupusVirtute/LupusCMDFramework

Code generation instead of reflection

Opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
Right now current solution for creating commands is using reflection this is slow as hell

Describe the solution you'd like
idea is to convert project to gradle and start using code generators provided by KSP

Describe alternatives you've considered
Optimizing reflections code scanning

Additional context
This will both upgrade the framework and provide it new better way to interact with user created commands