Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 442 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 442 Bytes

KSP Sample

This is a very tiny KSP sample. It consists of a processor that collects and generates Realm model object descriptors.

  • processor - Holds the actual collector
  • consumer - 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