Within this project, is an expected class and actual definition for android. When I assemble outputs using mainModuleassemble, the jar within the aar does not contain the source files from the common-mp project. I've tried 'api' instead of 'implementation', but that doesn't work. Am I missing something obvious?
Peter Hsu
07/27/2020, 4:03 AM
I think maybe this is by design, but is there any way to tell the assemble task to compile sources from other modules as well? I thought that's what 'api' was for, but that doesn't seem to do the trick