Sorry to bother you folks, but I'm a bit lost. I'm...
# kotlin-native
m
Sorry to bother you folks, but I'm a bit lost. I'm building a kotlin multiplatform library as a standalone project. Once I import the android and java artifacts into a separate project, gradle asks for the jar generated for the common module as $projectName:undefined, like a maven artifact with no groupId and no version, and neither deploying the artifact with a groupId to mavenLocal or pasting it into /libs work. How should I be doing this?
o
Maybe you could start with existing MPP library as a template, for example https://github.com/JetBrains/kotlin-mpp-example
m
Thanks, but the template is not a standalone library but rather a common module.