-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
klib dependencies support #808
Comments
@Bencodes @restingbull it looks like the kotlin 2.0 releases no longer ship a .jar for JS std libs (only the .klib). i think that'll be a blocker for using Kotlin 2.0.0 in the kotlin rules, which will be needed to get JDeps working with 2.0 (#843)
|
Hi, are there some updates here? Kotlin 2.0 was released, and without that it's impossible to use rules_kotlin with that version although 2.0 api/language versions are formally supported. |
We are considering removing js support for 2.0 -- until such time as we have proper kotlin native support. @neckbosov -- are you actively using js support? |
@restingbull no, we are not using it. |
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.
The text was updated successfully, but these errors were encountered: