Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

7
  • Please provide the solution for groovy (settings.gradle) Commented Aug 4, 2022 at 5:50
  • 2
    This solution works properly (the library builds and the module classes are available) but if I export the library as .aar into another Android project, the module code is missing. Inspecting the library .aar file, it does not embed the dependency module. Commented Oct 21, 2022 at 11:12
  • 1
    @Lukᚊálek I've opened a new question, but noone has given any answer yet. It's incredible that Google does not provide any clear information about that. Commented Oct 24, 2022 at 8:47
  • 1
    I published a library to maven, this solution works for the compile error. However, the .aar library won't be included in the published library Commented Nov 12, 2022 at 19:22
  • 1
    You literally saved my day! Very precise, detailed explanation on your Github page. Thank you ! Commented Jul 11, 2023 at 15:49