rules_kotlin
rules_kotlin copied to clipboard
klib dependencies support
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.