Hello there,
I am attempting to put together a Kotlin Native project based on a Gradle build.
My goal is 2 android targets, and 1 ios target. I can get this to properly build the targets, and properly reference the common/platform codes. What I am not having success with is in the android apps (Have not tried IOS yes) referencing the output build from the multiplatform gradle build.
SharedCode/build.gradle:
https://pastebin.com/UyehkAM4
app/build.gradle:
https://pastebin.com/FjKuVasB
Since I have 2 android targets I have aliased them and attached attributes as well as built configurations to reference in the apps.
When I try to import the package into Kotlin, I am unable to resolve the dependency that would be the module from the common name space. Before I do anything with the configurations I do not have the issue, but at the point the issue occurs I have ambiguity between the 2 android targets.