annotation-processor topic
piri
Piri is a lightweight annotation processing library that generates static factory methods for your Activities and Fragments.
ulfberht
🗡️ A small but powerful & opinionated DI library. Written in Kotlin, and powered by annotation processing.
annotation-processor-sample
An annotation processor which implements "Builder pattern" for your java classes.
Bulldog
Android library to simplify reading and writing to SharedPreferences, never write code like this anymore prefs.edit().putString("someKey","someString").apply()
KPoet
An expressive DSL built on top of JavaPoet to make writing code almost as easy as writing the code yourself.
butterknife-ktx
Kotlin extension bridge library for Butterknife (proof-of-concept)
dagger2-ktx
Kotlin extension bridge library for Dagger2 (proof-of-concept)
EasyAdapter
Android Annotation Processing Library to generate your adapters only with Annotations on your model, support working with Kapt and KSP Processors
ksp-sample
Kotlin Symbol Processing (KSP) sample project
simple-annotation-processor
Simple annotation processor example. Inspired by the idea of "How ButterKnife works?"