baleen
baleen copied to clipboard
Investigate mpApt for annoation processing
Currently using kapt for annotation processing but it only supports jvm since it's part of the java compiler. If we want to multiplatform kapt wont work. MpApt was created to support multiplatform. Investigate it and see if its worthwhile.
https://github.com/Foso/MpApt