In the project I have, I'd have a plug in convention apply this. One convention that applies the app, the other to apply the library.
The code will be duplicated in the conventions, but that part has been manageable for us.
e
ephemient
06/03/2022, 2:51 AM
for a similar use case, I wrote a binary plugin which applies the logic, then one convention plugin (per Android project type) which applies the binary plugin
s
Sagar Khurana
06/04/2022, 12:33 PM
Thanks, I have no idea about convention plugin. I will learn about