🚀 Hello guys! After some months of work, I can finally share the project I’ve been working on, an opinionated Kotlin Multiplatform template to save you time when building multiplatform apps. The idea behind it was to solve most of the common problems when creating applications from initial status to production. These are the main features:
✅ Shared UI and Logic for all platforms
✅ Compose Multiplatform
✅ Ktor Serverhttps://github.com/MultiplatformKickstarter/kmp-template
👍 10
🎉 1
y
yasir-ameen
11/03/2023, 6:49 AM
Great work
Thank you
😊 1
f
ferranpons
11/03/2023, 8:45 AM
thanks ☺️
y
Yuniel
11/08/2023, 1:59 PM
Hi @ferranpons
A possible translation to English is:
Is it possible to add an example of conventions within the build-logic, for example conventions for static code analysis, make multimodules the shared folder, etc. Very good work, I was thinking of doing something similar but adding those parts that are missing.
Great work
f
ferranpons
11/09/2023, 8:35 AM
Hi @Yuniel! Glad you like it. About what you say, I’m currently working on the documentation that will explain the code conventions, architecture and how the project is organized. Also it will include examples, guides and tutorials in the long term.
r
routis
11/09/2023, 6:03 PM
I hope that in the future it will be a template for libraries