kapt
There are 75 repositories under kapt topic.
bennyhuo/Kotlin-Tutorials
仓库持续记录以 Kotlin 为基础的视频内容的制作过程
ZacSweers/MoshiX
Extensions for Moshi including IR plugins, moshi-sealed, and more.
avaje/avaje-inject
Dependency injection via APT (source code generation) ala "Server-Side Dagger DI"
yandex/yatagan
Dependency Injection framework based on Google's Dagger2 API, optimized for fast builds and for managing large graphs with optional dependencies
aafanasev/kson
Gson TypeAdapter & Factory generator for Kotlin data classes
wyjsonGo/GoRouter
A routing framework to assist Android componentization (帮助 Android App 进行组件化改造的路由框架),Gradle插件支持8.0+,模块Application生命周期
sergei-lapin/napt
Alternative to KAPT that skips Java stub generation and therefore is as efficient as Java APT but with Kotlin
AmrDeveloper/EasyAdapter
Android Annotation Processing Library to generate your adapters only with Annotations on your model, support working with Kapt and KSP Processors
bennyhuo/Apt-Tutorials
注解处理器教程,使用 Kotlin 编写
permissions-dispatcher/kompile-testing
Testing tools for kotlinc and kapt
griffio/dagger2-kotlin
dagger2,querydsl kotlin 1.7.x annotation processor, gradle 7.x
ZacSweers/copydynamic
Prototype of generating `copyDynamic` extension functions for kotlin data classes
HeartHappy/ViewModelAutomation
ViewModelAutomation
crypticminds/ColdStorage
Lightweight data loading and caching library for android
mikekpl/pokedex
📠 Pokedex for Android uses Kotlin 2.0.0, Multi-module Android App, Jetpack Compose, Hilt and many more...
F43nd1r/autodsl
Auto-generate DSLs for Kotlin using annotations
AdevintaSpain/Retroswagger
🧩 A library that generates kotlin code for Retrofit 2 based on a Swagger endpoint. Includes an Annotation Processor to configure and generate the code on build time.
spirytusz/GsonBooster
Kotlin-compatible and high performance gson typeAdapter compile phase generator
bennyhuo/Mixin
An annotation processor to mix Java or Kotlin Classes up into a single Class. Also a sample of X Processing which is an abstract layer of apt and ksp.
google/grpc-kapt
Annotation driven gRPC clients & servers in Kotlin
tarek360/Kotlin-Annotation-Processor
Annotation Processor Sample in Kotlin
jffiorillo/jvmbuilder
A source code generator for Kotlin data classes to automatically create a Builder class.
xinthink/auto-data-class
Generator for Kotlin data classes with Gson/Parcelable type adapter
zeoflow/parcelled
A fast annotation processor that auto-generates the Parcelable methods without writing them.
mfarsikov/kotlite
SQL generator and result set mapper for Sqlite and Kotlin
domaframework/kotlin-sample
Doma Kotlin Sample
Egorand/kotlin-pizza-factory
A simple example of annotation processing with Kotlin's kapt and Square's kotlinpoet.
tschuchortdev/kotlin-elements
Extension of the Java annotation processing API to Kotlin types
hadilq/happy
This library provides an annotation to auto-generate a Kotlin DSL for `sealed` classes to make working with them more concise. You can find more in https://hadilq.com/posts/happy-railway/
matfax/klassindex
Index Kotlin classes at compile time as if they were statically referenced.
importre/kotlin-enumerize
:minibus: Generate enum class and some extensions in Kotlin
ouchadam/attr
Attribute parsing using kapt
Park-SM/HiltBinder
An annotation processor library that automatically creates Hilt's `@Binds` functions and modules.
stoyicker/auto-factory-kotlin
An annotation processor that generates factories for your code. Compatible with Kotlin and auto-factory out of the box.
yehengzhishang/RetrofitAPT
Project with apt and kapt