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
Blaž Vantur
05/14/2024, 10:30 AM
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.
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
CLOVIS
05/14/2024, 1:06 PM
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