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 recently added kotlin_import and have it marked as experimental. This rule should not be needed. as java_import and java_library are sufficient to introduce jars into the workspace. The Ijar/hjar tools strips parts of the Kotlin ABI off thus breaking inlining. A workaround would be for the ABI tools to ignore Kotlin jars in the short term.
I recently added
kotlin_import
and have it marked as experimental. This rule should not be needed. asjava_import
andjava_library
are sufficient to introduce jars into the workspace. The Ijar/hjar tools strips parts of the Kotlin ABI off thus breaking inlining. A workaround would be for the ABI tools to ignore Kotlin jars in the short term.Proposal.
The text was updated successfully, but these errors were encountered: