There are 11 repositories under kotlin-compiler-plugin topic.
Multiplatform UI DSL with screen management in common code for mobile (android & ios) Kotlin Multiplatform development
A Kotlin compiler plugin that generates equals, hashCode, and toString for plain old Kotlin objects in public APIs.
Trace the recomposition of a Composable with its cause without boilerplate code 😎.
Kace: Kotlin Android Compatible Extensions, a framework for assisting in the seamless migration from kotlin-android-extensions
:pencil2: Method call logging for Kotlin Multiplatform
A Kotlin compiler plugin that removes the `copy` method of data classes.
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 log.
☕ A highly automated, excellent stability, well-tested, flexibly pluggable, and Modifier-driven Jetpack Compose design system.
An annotation-based caching library for Kotlin Multiplatform
Experimental support for detekt as a Kotlin compiler plugin
A Kotlin compiler plugin for transforming suspend functions to platform-compatible non-suspend functions, such as the JVM Blocking API and CompletableFuture or JS Promise, etc. 🐱
Kotlin Compiler plugin bringing reactivity to variable declarations
Say hello to Kotlin Compiler Plugin 🙌
SCIP indexer for Kotlin. Implemented as a SemanticDB compiler plugin.
Aggregate Computing in Kotlin Multiplatform
A Compiler plugin for writing compiler plugins
Set of extensions for the Kotlin compiler APIs
Kotlin compiler plugin generates support synthetic methods for use SaveStateHandle without constants and string variables.
Aggregate computing with Kotlin Multiplatform.
A kotlin compiler plugin to generate toString like data class.
Kotlin 编译插件,你可以在项目中直接编写 kotlin 代码来 hook 目标方法入口\出口或完全替换目标方法。 基于 Kotlin Compiler Plugin 实现。
A template for Kotlin compiler frontend plugins with IntelliJ support.
Suppress the generation of the copy() function in Kotlin's data class.