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 artefacts #19

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 a new capability shipped with kotlin 1.6

More details here

What needs to be done:

milis92 commented 2 years ago

The runtime library is now applied to the kotlin common targets alongside specific platform targets. This opens up the possibility to have a proper KMPP plugin.