rules_kotlin icon indicating copy to clipboard operation
rules_kotlin copied to clipboard

The buildozer command suggesting to remove dependencies is referring to inexistant Android targets

Open Kernald opened this issue 4 years ago • 0 comments

The targets printed here are inexistant (at least for Android), they seem to have a _kt suffix - added here. It doesn't seem to be an issue for other rules, Android requiring some wrapping.

Is there any way to get the wrapped name here?

Edit: as a side-note, those checks don't take into account Android resources. In the android example, it suggests removing @maven//:androidx_appcompat_appcompat from //libKtAndroid:my_kt_kt, which results in compilation failures because of missing Android resources.

Kernald avatar Mar 08 '21 04:03 Kernald