bnorm / kotlin-ir-plugin-templateLinks
Template for IR based Kotlin compiler plugin.
☆150Updated 8 months ago
Alternatives and similar repositories for kotlin-ir-plugin-template
Users that are interested in kotlin-ir-plugin-template are comparing it to the libraries listed below
Sorting:
- A library for testing Kotlin and Java annotation processors, compiler plugins and code generation☆163Updated this week
- 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…☆160Updated last month
- ☆148Updated 3 weeks ago
- Next-gen Dependency Injection for Kotlin (WIP)☆113Updated 5 months ago
- A KSP implementation of AutoService☆159Updated this week
- An exploratory 3rd-party Kotlin Compiler Plugin☆98Updated 6 years ago
- Experiment with server side rendering using compose and ktor☆308Updated 4 years ago
- Cook yourself delicious Gradle plugins 🐘🤝🐭👉🧑🍳☆187Updated 3 weeks ago
- A Kotlin compiler plugin for embedding information about the file being compiled☆348Updated this week
- ☆114Updated 3 months ago
- Kotlin Compiler plugin for React boilerplate☆47Updated 2 years ago
- Small lib for recovering stack trace in exceptions thrown in Kotlin coroutines☆332Updated last week
- Notes on Kotlin compiler plugin development, internal structure of compiler and everything else Kotlin metaprogramming☆51Updated 4 years ago
- Routing feature for Compose Web, Compose HTML and Desktop☆154Updated this week
- Kotlin browser API☆181Updated 3 months ago
- A Kotlin compiler plugin that generates equals, hashCode, and toString for plain old Kotlin objects in public APIs.☆411Updated this week
- A Kotlin annotation processor that makes writing normal enum classes obsolete.☆162Updated 2 years ago
- Gradle plugin for NPM package publishing. Allows for arbitrary publishing as well as seamless integration with Kotlin JS/KMP plugins.☆141Updated last week
- ☆143Updated last year
- Tokenization and parsing Kotlin code using the ANTLR Kotlin grammar☆115Updated 2 years ago
- A Kotlin compiler plugin that generates redacted toString() implementations.☆430Updated this week
- Kompose wrappers for material-components-web. Read-only mirror of https://gitlab.com/dev.petuska/kmdc☆123Updated last month
- Kotlin Multiplatform (KMP) library that adds basic support for Unicode code points☆124Updated 6 months ago
- Gr8 = Gradle + R8. It makes it easy to relocate, shrink and obfuscate your jars.☆99Updated 5 months ago
- A Kotlin compiler plugin that removes the `copy` method of data classes.☆160Updated last year
- DEPRECATED : A JS facade generator for KotlinJS / KMP☆69Updated last year
- Xml support for KotlinX Serialization☆86Updated last year
- Method call logging for Kotlin Multiplatform