milis92 / Krang

Kotlin Compiler Plugin that gives you the ability to be notified every time annotated function is called
Apache License 2.0
35 stars 1 forks source link

Unified compiler plugin ABI with JVM and JS IR backends #18

Closed milis92 closed 2 years ago

milis92 commented 2 years ago

Unify and use compiler artifacts with embeddable compiler jars on supported targets. This is new capability shipped with kotlin 1.6

More details here