Hello, does anyone have a repo sample of a KMM pro...
# multiplatform
a
Hello, does anyone have a repo sample of a KMM project with each project separately?
j
what you mean with each project separately
a
like this: the shared code in a repo https://github.com/KaterinaPetrova/mpp-sample-lib
j
you mean a kmp library?
a
Android in other and so on
you mean a kmp library?
yes
j
a kmp library can be published to whatever maven repo, the android repo just have to add it to its dependencies, no special setup
you can try by publishing it to maven local for example
a
For iOS should be in cocoapods, right?
j
that is one option, not sure if there are more
another one is having an empty Kotlin shared module which is a bridge between the published library and the iOS app
a
I see, thanks @Javier