Scott Kruse
11/24/2021, 7:16 PMcommonMain source set from the consumer of the corresponding android target AAR? Right now my project has a couple public composables defined in commonMain, but they're not visible to my android project. The AAR is resolved via mavenLocal at the momentChris Mulder
11/25/2021, 10:57 AMapi instead of implementation for the dependencies you want your consumer project to be able to have access to?Scott Kruse
11/25/2021, 4:48 PM