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
In kt_android_local_test, the underlying _kt_android_artifact doesn't get manifest or manifest_values if they are provided. (link) As such, adding assets fails, because the underlying library gets the assets kwarg, but not the manifest.
In kt_android_local_test, the underlying
_kt_android_artifact
doesn't getmanifest
ormanifest_values
if they are provided. (link) As such, addingassets
fails, because the underlying library gets the assets kwarg, but not the manifest.Can repro with the examples:
This can be worked around by creating a kt_android_library and then making that a dep of the test, but that is fairly sub-optimal.
I can PR a fix for this, but first wanted to see if there were any concerns with passing those values.
The text was updated successfully, but these errors were encountered: