Peter Hsu
07/24/2020, 3:46 PMcommonMain {
dependencies {
implementation project(':common-mp')
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?