-
Notifications
You must be signed in to change notification settings - Fork 208
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
Unable to include Kotlin Jar dependencies #18
Comments
@jmmk what error do you get ? I see that you are using There is an issue open for this in bazel core to alter the ijar tool, once this is done Also notice that your |
The error is:
See the issues/PR linked above as well as bazelbuild/bazel#4297 for more technical details. Maybe related to your issue? I'll try out |
this file which includes |
Closing this please reopen if there are other issues. |
Adds exports to kt_jvm_import to enable bazel-deps support.
Same issue that I had with the original
rules_kotlin
: pubref/rules_kotlin#40Fix for that issue: pubref/rules_kotlin#41
Here's a gist that should reproduce: https://gist.github.com/jmmk/0d73714ffec4efefbe0d0b1858a783df
Am I doing something wrong or does something need to be changed to properly support this?
The text was updated successfully, but these errors were encountered: