Is there a lightweight project to kickstart KMP li...
# multiplatform
i
Is there a lightweight project to kickstart KMP lib development with things like: • ios & android bridge setup for integrating platform dependencies • compose setup as an ext • maven setup (for publishing the lib)
b
Does it need to be maven setup? I have saved couple of templates created by KMP community, but as far as I know all of them are using gradle.
i
i meant for publishing 😅
b
Ohh I see…i don’t have any of those. But I see that jetbrains prepared template with instructions for KMP library on github here: https://github.com/Kotlin/multiplatform-library-template
i
thnx! this is good for publishing. Can you pls share some of your saved templates even if they dont have maven publish? Would be helpful in combining the best parts from all templates
c
This one has JVM/JS/Native setup, Compose, MavenCentral publication, CI for GitLab, code coverage, Dokka website generation, documentation website generation, etc All Kotlin projects hosted here are based on it Nothing specific for Android or iOS though
🙌 1