Remove android_library
wrapping of Android Player
#438
Labels
Milestone
android_library
wrapping of Android Player
#438
kt_android_library
from Kotlin rules as it stands is insufficient for creating an AAR with the android manifest included, the result of that is broken distribution of the AAR produced by it.The current workaround is to manually wrap the output of
kt_android_library
with nativeandroid_library
, this can be levelled to the Kotlin rules, so we don't have to do manual work from our end to achieve this.The text was updated successfully, but these errors were encountered: