This is a very tiny KSP sample. It consists of a processor that collects and generates Realm model object descriptors.
processor
- Holds the actual collectorconsumer
- Holds a tiny consuming project
The Processor
can be debugged through the IDE from processor/src/test/kotlin/org/example/kspsample/processor/test/ProcessorTests.kt
and can be tested on the consumer project with
./gradlew :consumer:run