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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: