You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to update kotlin version to 2.0 in my project and got following error:
external/rules_kotlin/kotlin/compiler/BUILD.bazel:22:22: no such target '@com_github_jetbrains_kotlin//:lib/kotlin-stdlib-js.jar': target 'lib/kotlin-stdlib-js.jar' not declared in package ''
What can cause such an error? I tried to look at the rules_kotlin code but failed to understand where @com_github_jetbrains_kotlin came from. What can I do to solve the problem?
The text was updated successfully, but these errors were encountered:
I am running into something similar. AFAICT, kotlin-stdlib-js is distributed as a klib artifact, not a jar. It wasn't the same in 1.9.23; that included a .jar file.
rules_kotlin version: 1.9.1
Bazel version: 5.4.1
I tried to update kotlin version to 2.0 in my project and got following error:
What can cause such an error? I tried to look at the rules_kotlin code but failed to understand where
@com_github_jetbrains_kotlin
came from. What can I do to solve the problem?The text was updated successfully, but these errors were encountered: