rules_kotlin
rules_kotlin copied to clipboard
The buildozer command suggesting to remove dependencies is referring to inexistant Android targets
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.