This repo is a template for getting started with Compose Multiplatform or Kotlin Multiplatform with support for Android, iOS, and Desktop.
Compose Multiplatform sample:
- https://github.com/hoc081098/kmp-viewmodel: Multiplatform ViewModel, SavedStateHandle
- https://github.com/hoc081098/solivagant: Compose Multiplatform Navigation
- https://github.com/JetBrains/compose-multiplatform
Liked some of my work? Buy me a coffee (or more likely a beer)
- Kotlin Multiplatform
- JetBrains Compose Multiplatform
- Kotlin Coroutines & Flows
- Koin Dependency Injection
- Model-View-Intent (MVI) / FlowRedux state management
- Kotlin Multiplatform ViewModel
- Clean Architecture
- Compose Multiplatform type-safe navigation by solivagant