I want to build an AAR that includes code from two...
# gradle
e
I want to build an AAR that includes code from two other local modules They are included using this syntax:
_implementation_(project(_mapOf_("path" _to_ ":name_of_module")))
How to tell it gradle to build it into the aar? Right now if I build it and use the aar it complains about missing symbols from those local modules.
e
also not kotlin but kotlin colored
e
Thanks for replying despite that.
h
also this issue, which is more active: https://issuetracker.google.com/issues/62121508
e
+1, and I see it has a lot of likes already 🙂