Skip to content

Instantly share code, notes, and snippets.

@ioannisa
Created January 8, 2026 13:41
Show Gist options
  • Select an option

  • Save ioannisa/02dc887ed0b8a37b14f276e378fa8d60 to your computer and use it in GitHub Desktop.

Select an option

Save ioannisa/02dc887ed0b8a37b14f276e378fa8d60 to your computer and use it in GitHub Desktop.
Aspect Koin Annotations (KSP) Koin Compiler Plugin
Compile-time verification
Classes must be annotated ✅ Required (@Single, @Factory) ❌ Optional
DSL gets compile-time wiring
Requires KSP Gradle setup
Separate build step ✅ (KSP runs separately) ❌ (runs during normal compilation)
Incremental build impact Slower Faster
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment