rules_kotlin icon indicating copy to clipboard operation
rules_kotlin copied to clipboard

klib dependencies support

Open Kernald opened this issue 3 years ago • 4 comments

For Kotlin/JS (and Kotlin/Native, but I guess not Kotlin/JVM), JetBrains created a new dependency format for modules built with the IR back-end, klib - https://kotlinlang.org/docs/native-libraries.html#library-format

Some projects (e.g. arrow-kt) are only publishing klib artifacts for their JS builds, having support for those here would be nice.

Kernald avatar Aug 03 '22 02:08 Kernald