kotlin-compiler-plugin topic
Cabret-Log
:pencil2: Method call logging for Kotlin Multiplatform
Ktorfit
HTTP client generator / KSP plugin for Kotlin Multiplatform (Android, iOS, Js, Jvm, Native) using KSP and Ktor clients inspired by Retrofit https://foso.github.io/Ktorfit
no-copy
A Kotlin compiler plugin that removes the `copy` method of data classes.
MoshiX
Extensions for Moshi including IR plugins, moshi-sealed, and more.
moko-widgets
Multiplatform UI DSL with screen management in common code for mobile (android & ios) Kotlin Multiplatform development
anvil
A Kotlin compiler plugin to make dependency injection with Dagger 2 easier.
KotlinCompilerPluginExample
This is an example project that shows how to create a Kotlin Compiler Plugin. The plugin will print "Hello from" and the name of the file that is being compiled, as a compiler warning to the terminal...
injekt
Next gen dependency injection library for Kotlin [WIP]
Poko
A Kotlin compiler plugin that generates equals, hashCode, and toString for plain old Kotlin objects in public APIs.
Krang
Kotlin Compiler Plugin that gives you the ability to be notified every time annotated function is called