Skip to content
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

kt_jvm_library sometimes exports the wrong compile_jar #340

Closed
szinn opened this issue Jun 15, 2020 · 0 comments
Closed

kt_jvm_library sometimes exports the wrong compile_jar #340

szinn opened this issue Jun 15, 2020 · 0 comments

Comments

@szinn
Copy link
Contributor

szinn commented Jun 15, 2020

If you have a kt_jvm_library reference that also supplies resource jar files, then internally rules_kotlin creates a target-ktclass.jar for the source that is compiled and then creates target.jar containing the correct union of information.

However, the JavaInfo for the target actually refers to target-ktclass.jar as the compile-jar value rather than target.jar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant