GitHub topics: kotlin-compiler-plugin
karmakrafts/Iridium
Testing framework for Kotlin compiler plugins using a custom compiler driver.
Language: Kotlin - Size: 229 KB - Last synced at: 28 minutes ago - Pushed at: about 2 hours ago - Stars: 5 - Forks: 1
BookLifes/RAkII
Structured RAII with error handling for Kotlin Multiplatform.
Language: Kotlin - Size: 3.54 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0
Foso/Ktorfit
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
Language: Kotlin - Size: 6.02 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1,940 - Forks: 62
ZacSweers/MoshiX
Extensions for Moshi including IR plugins, moshi-sealed, and more.
Language: Kotlin - Size: 2.24 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 529 - Forks: 39
wordoffarewellothonna275/Anvil
๐ Build C projects effortlessly with Anvil, a minimal C build system offering auto-rebuild, custom directories, and clear Makefiles, all with zero dependencies.
Language: C - Size: 1.34 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0
Tytonidaehangover51/Anvil
๐ Simplify C project builds with Anvil, a minimal, dependency-free system offering live file watching, custom directories, and easy Makefile generation.
Language: C - Size: 45.9 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0
skydoves/compose-stability-analyzer
๐ฆ Real-time analysis of Jetpack Compose composable functions' stability directly within Android Studio or IntelliJ.
Language: Kotlin - Size: 2.42 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 5 - Forks: 0
drewhamilton/Poko
A Kotlin compiler plugin that generates equals, hashCode, and toString for plain old Kotlin objects in public APIs.
Language: Kotlin - Size: 1.72 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 400 - Forks: 13
Collektive/collektive
Aggregate Computing in Kotlin Multiplatform
Language: Kotlin - Size: 16.9 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 22 - Forks: 5
lisonge/kotlin-loc
A Kotlin compilation plugin used to replace specific variables with the current code location
Language: Kotlin - Size: 65.4 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 1 - Forks: 0
lupuuss/Mokkery
The mocking library for Kotlin Multiplatform, easy to use, boilerplate-free and compiler plugin driven.
Language: Kotlin - Size: 3.75 MB - Last synced at: 16 days ago - Pushed at: 17 days ago - Stars: 318 - Forks: 10
mori-atsushi/kotlin-cacheable
An annotation-based caching library for Kotlin Multiplatform
Language: Kotlin - Size: 316 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 101 - Forks: 2
ForteScarlet/kotlin-suspend-transform-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. โ๏ธ๐บ๐
Language: Kotlin - Size: 1.65 MB - Last synced at: 19 days ago - Pushed at: 30 days ago - Stars: 65 - Forks: 5
sourcegraph/scip-kotlin
SCIP indexer for Kotlin. Implemented as a SemanticDB compiler plugin.
Language: Kotlin - Size: 650 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 23 - Forks: 16
duckie-team/quack-quack-android
โ A highly automated, excellent stability, well-tested, flexibly pluggable, and Modifier-driven Jetpack Compose design system.
Language: Kotlin - Size: 18.3 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 115 - Forks: 9
square/anvil
A Kotlin compiler plugin to make dependency injection with Dagger 2 easier.
Language: Kotlin - Size: 6.18 MB - Last synced at: 21 days ago - Pushed at: 29 days ago - Stars: 1,391 - Forks: 90
jisungbin/KotlinCompilerPluginPlayground
for ir dumping
Language: Kotlin - Size: 245 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0
detekt/detekt-compiler-plugin ๐ฆ
Experimental support for detekt as a Kotlin compiler plugin
Language: Kotlin - Size: 424 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 56 - Forks: 5
JavierSegoviaCordoba/kotlin-compiler-extensions
Set of extensions for the Kotlin compiler APIs
Language: Kotlin - Size: 910 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 6 - Forks: 0
kanyun-inc/Kace
Kace: Kotlin Android Compatible Extensions, a framework for assisting in the seamless migration from kotlin-android-extensions
Language: Kotlin - Size: 278 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 291 - Forks: 16
icerockdev/moko-widgets ๐ฆ
Multiplatform UI DSL with screen management in common code for mobile (android & ios) Kotlin Multiplatform development
Language: Kotlin - Size: 2.48 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 392 - Forks: 32
jisungbin/kotlin-bool-as-int
Size: 4.88 KB - Last synced at: 20 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0
intuit/hooks
Hooks is a little module for plugins, in Kotlin
Language: Kotlin - Size: 830 KB - Last synced at: 14 days ago - Pushed at: 5 months ago - Stars: 41 - Forks: 5
deepmedia/Knee
Seamless two-way communication between Kotlin/Native and Kotlin/JVM. Supports suspend functions, classes, interfaces, no-copy buffers and much more.
Language: Kotlin - Size: 282 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 115 - Forks: 3
Foso/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 log.
Language: Kotlin - Size: 3.14 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 151 - Forks: 8
jisungbin/AndroidxComposeCompilerPlugin ๐ฆ
Clone of /kotlin/compose/compiler-hosted/src/main.
Language: Kotlin - Size: 1.12 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0
jisungbin/ComposeInvestigator
Trace the recomposition of a Composable with its cause without boilerplate code ๐.
Language: Kotlin - Size: 1.2 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 307 - Forks: 8
duckie-team/composable-function-reference-diagnostic-suppressor
COMPOSABLE_FUNCTION_REFERENCE diagnostic suppression Kotlin compiler plugin
Language: Kotlin - Size: 180 KB - Last synced at: 19 days ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0
IVIanuu/injekt
Next gen dependency injection library for Kotlin [WIP]
Language: Kotlin - Size: 15.1 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 111 - Forks: 2
vladcudoidem/injectable
A Kotlin compiler plugin that injects semantic information into Jetpack Compose UI elements.
Language: Kotlin - Size: 442 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0
karmakrafts/Introspekt
Positional code and compile-time introspection API for Kotlin/Multiplatform.
Language: Kotlin - Size: 675 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 7 - Forks: 0
bivektor/lombokt
Lightweight port of Lombok utilities for Kotlin
Language: Kotlin - Size: 258 KB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 4 - Forks: 0
karmakrafts/RAkII
Structured RAII with error handling for Kotlin Multiplatform.
Language: Kotlin - Size: 3.61 MB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 4 - Forks: 0
anatawa12/auto-tostring
A kotlin compiler plugin to generate toString like data class.
Language: Kotlin - Size: 136 KB - Last synced at: 5 months ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 0
limo-64/object-equals
A fast and flexible utility for deep equality comparison, object-equals offers tailored performance for different JavaScript engines. Its robust design supports various data types, making it a reliable choice for developers. ๐ฉ๐ปโจ
Language: JavaScript - Size: 358 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0
ghostflyby/kotlin-default-internal
Language: Kotlin - Size: 122 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0
RTAkland/JvmOnlyLinter
A linter for kotlin multiplatform development with JVM target
Language: Kotlin - Size: 130 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0
AhmedMourad0/no-copy
A Kotlin compiler plugin that removes the `copy` method of data classes.
Language: Kotlin - Size: 295 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 159 - Forks: 4
Foso/Cabret-Log ๐ฆ
:pencil2: Method call logging for Kotlin Multiplatform
Language: Kotlin - Size: 23.3 MB - Last synced at: 7 months ago - Pushed at: about 3 years ago - Stars: 196 - Forks: 4
Toxa2033/SavedStateCompilerPlugin
Kotlin compiler plugin generates support synthetic methods for use SaveStateHandle without constants and string variables.
Language: Kotlin - Size: 122 KB - Last synced at: about 1 month ago - Pushed at: about 3 years ago - Stars: 4 - Forks: 0
milis92/Krang
Kotlin Compiler Plugin that gives you the ability to be notified every time annotated function is called
Language: Kotlin - Size: 1.07 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 36 - Forks: 1
akram09/Kebug
Kebug is a kotlin compiler plugin to trace methods call
Language: Kotlin - Size: 3.73 MB - Last synced at: 8 months ago - Pushed at: about 6 years ago - Stars: 3 - Forks: 0
jisungbin/KotlinCompilerPluginTasteSample
์ฝํ๋ฆฐ ์ปดํ์ผ๋ฌ ํ๋ฌ๊ทธ์ธ ๋ง๋ณด๊ธฐ ํ์ฌ ์ํ ํ๋ก์ ํธ
Language: Kotlin - Size: 58.6 KB - Last synced at: 20 days ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0
succlz123/naix
A KCP(Kotlin Compiler Plugin) that helps Android-Kotlin developers to automatically output method call information through annotations.
Language: Java - Size: 77.1 KB - Last synced at: 6 months ago - Pushed at: about 5 years ago - Stars: 4 - Forks: 0
linhnvtit/fun-cache
FunCache is a Kotlin library that provides easy-to-use annotation for caching function results using Kotlin Compiler Plugin
Language: Kotlin - Size: 70.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
rnett/compiler-plugin-utils
A Compiler plugin for writing compiler plugins
Language: Kotlin - Size: 7.48 MB - Last synced at: 4 months ago - Pushed at: over 3 years ago - Stars: 7 - Forks: 0
jisungbin/KotlinCompilerPluginSample
Say hello to Kotlin Compiler Plugin ๐
Language: Kotlin - Size: 67.4 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 12 - Forks: 1
pablisco/scope
Scopes coming here soon
Language: Kotlin - Size: 59.6 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0
MikeDepies/Kompute
Kotlin Compiler plugin bringing reactivity to variable declarations
Language: Kotlin - Size: 108 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 18 - Forks: 1
androidZzT/KtIRDissector
Kotlin ็ผ่ฏๆไปถ๏ผไฝ ๅฏไปฅๅจ้กน็ฎไธญ็ดๆฅ็ผๅ kotlin ไปฃ็ ๆฅ hook ็ฎๆ ๆนๆณๅ ฅๅฃ\ๅบๅฃๆๅฎๅ จๆฟๆข็ฎๆ ๆนๆณใ ๅบไบ Kotlin Compiler Plugin ๅฎ็ฐใ
Language: Kotlin - Size: 785 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0
ktargeter/ktargeter
Kotlin compiler plugin that allows overriding annotation use-site targets for properties ๐ ๏ธ
Language: Kotlin - Size: 156 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 43 - Forks: 1
Daniel-Pfeffer/Annotations-Source-Code-Modification
Source code of the paper "On the Applicability of Annotation-based Source Code Modification in Kotlin" for MPLR'23
Language: Kotlin - Size: 114 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0
c-fraser/defer-it ๐ฆ
Defer statements in Kotlin
Language: Kotlin - Size: 132 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0
jisungbin/KotlinDataClassNoCopy
Suppress the generation of the copy() function in Kotlin's data class.
Language: Kotlin - Size: 87.9 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0
irenedea/kotlin-frontend-plugin-template
A template for Kotlin compiler frontend plugins with IntelliJ support.
Language: Kotlin - Size: 62.5 KB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0
ElisaTronetti/collektive
Aggregate computing with Kotlin Multiplatform.
Language: Kotlin - Size: 566 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1
Russian-Dude/execs-plugin
Kotlin compiler plugin for exECS library
Language: Kotlin - Size: 184 KB - Last synced at: 28 days ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0
BreimerR/Kuery
Kuery is a database library ment to serve all your database needs. A single library with portable code base for your stack needs
Language: C - Size: 2.69 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0
leonardoaramaki/inspekt
A Kotlin compiler plugin to assist on extending inspection tools
Language: Kotlin - Size: 107 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0
ktargeter/ktargeter-sample
ktargeter sample
Language: Kotlin - Size: 69.3 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0