There are 12 repositories under kotlin-compiler-plugin topic.
HTTP client generator / KSP plugin for Kotlin Multiplatform (Android, iOS, Js, Jvm, Native, WasmJs)) using KSP and Ktor clients inspired by Retrofit https://foso.github.io/Ktorfit
🦄 Real-time analysis of Jetpack Compose composable functions' stability directly within Android Studio or IntelliJ.
A Kotlin compiler plugin that generates equals, hashCode, and toString for plain old Kotlin objects in public APIs.
Multiplatform UI DSL with screen management in common code for mobile (android & ios) Kotlin Multiplatform development
The mocking library for Kotlin Multiplatform, easy to use, boilerplate-free and compiler plugin driven.
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.
Seamless two-way communication between Kotlin/Native and Kotlin/JVM. Supports suspend functions, classes, interfaces, no-copy buffers and much more.
☕ A highly automated, excellent stability, well-tested, flexibly pluggable, and Modifier-driven Jetpack Compose design system.
An annotation-based caching library for Kotlin Multiplatform
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. ☝️😺👍
Experimental support for detekt as a Kotlin compiler plugin
Kotlin compiler plugin that allows overriding annotation use-site targets for properties 🛠️
Kotlin Compiler Plugin that gives you the ability to be notified every time annotated function is called
SCIP indexer for Kotlin. Implemented as a SemanticDB compiler plugin.
Aggregate Computing in Kotlin Multiplatform
Kotlin Compiler plugin bringing reactivity to variable declarations
Say hello to Kotlin Compiler Plugin 🙌
Positional code and compile-time introspection API for Kotlin/Multiplatform.
A Compiler plugin for writing compiler plugins
Kotlin compiler plugin that allows to receive callbacks before and after function body is executed.
Set of extensions for the Kotlin compiler APIs
Kotlin 编译插件,你可以在项目中直接编写 kotlin 代码来 hook 目标方法入口\出口或完全替换目标方法。 基于 Kotlin Compiler Plugin 实现。
Testing framework for Kotlin compiler plugins using a custom compiler driver.
Structured RAII with error handling for Kotlin Multiplatform.
A KCP(Kotlin Compiler Plugin) that helps Android-Kotlin developers to automatically output method call information through annotations.
Kotlin compiler plugin generates support synthetic methods for use SaveStateHandle without constants and string variables.
Aggregate computing with Kotlin Multiplatform.