Hi All. I’m working on a Kotlin Multiplatform proj...
# multiplatform
d
Hi All. I’m working on a Kotlin Multiplatform project that follows Clean Code principles, MVI architecture, and modularization. For the UI, I’m using SwiftUI on iOS, Jetpack Compose on Android, with support for Wasm and Desktop. Do you know of any similar projects to learn best practices from?
a
Hi. Sort of https://github.com/phansier/Coffeegram For now it is not very clean (in terms of repeating implementations of some things, because of some libs were not covering some features in targets in previous). But I do my best to unify it.
🙌 1