Here's an up-to-date :kotlin:*Multi-Platform Template* for all: <https://github.com/chris-hatton/kot...
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.