Here's an up-to-date :kotlin:*Multi-Platform Templ...
# multiplatform
d
Here's an up-to-date K*Multi-Platform Template* for all: https://github.com/chris-hatton/kotlin-multiplatform-template Using newest Multi-Platform plugin to compile for: ⚙️ Ktor-based Server 🤖 Android Mobile/Tablet 📺 Android TV 🍏 iOS Mobile/Tablet JavaFX Desktop MVP Architecture is favoured 👌 Coroutines and Serialization are set-up Shared library exists between Server and Client to share Models 🤝 Another shared library across Clients to share Presenters 💁‍♂️ Android has a final shared library for Views between Mobile & TV I would like to add an experimental Kotlin/WASM client soon. All welcome to fork/use, and especially welcome to suggest improvements 🙂
👍 4
r
Did someone do one of those “awesome” Github list? One with a list of multiplatform build files / example projects would be nice. I’ve got these to contribute https://gist.github.com/Ribesg/95a172ceb2177d74cf5b15993d40092e https://gist.github.com/Ribesg/7a2b14841ad91d121bda24b6b1a7a054
r
The biggest multiplatform list I'm aware of is https://github.com/AAkira/Kotlin-Multiplatform-Libraries but there may be others. There's also https://github.com/KotlinBy/awesome-kotlin but not a lot of multiplatform content there currently
d
Thanks @ribesg, @russhwolf, I'll link to these from the
README.md
of my template to help spread the knowledge.