kotlin-compiler-plugin topic

List kotlin-compiler-plugin repositories

Cabret-Log

196
Stars
4
Forks
Watchers

:pencil2: Method call logging for Kotlin Multiplatform

Ktorfit

1.4k
Stars
36
Forks
Watchers

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

154
Stars
4
Forks
Watchers

A Kotlin compiler plugin that removes the `copy` method of data classes.

MoshiX

490
Stars
36
Forks
Watchers

Extensions for Moshi including IR plugins, moshi-sealed, and more.

moko-widgets

383
Stars
31
Forks
Watchers

Multiplatform UI DSL with screen management in common code for mobile (android & ios) Kotlin Multiplatform development

anvil

1.3k
Stars
75
Forks
Watchers

A Kotlin compiler plugin to make dependency injection with Dagger 2 easier.

KotlinCompilerPluginExample

116
Stars
5
Forks
Watchers

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

109
Stars
2
Forks
Watchers

Next gen dependency injection library for Kotlin [WIP]

Poko

292
Stars
9
Forks
Watchers

A Kotlin compiler plugin that generates equals, hashCode, and toString for plain old Kotlin objects in public APIs.

Krang

33
Stars
1
Forks
Watchers

Kotlin Compiler Plugin that gives you the ability to be notified every time annotated function is called