Sample project to display implementation of meta-programming using KSP and KotlinPoet
This project include two modules
appmodule as for the client app to runannotation-processorthe KSP library that process the annotation for theappmodule
Run gradlew :app:kspDebugKotlin to see the generated code by KSP and KotlinPoet.
You can see the presentation here