- Sunflower KMM: Get started with Kotlin multiplatform mobile
- Sunflower KMM: Rescue iOS Developers from Khaos
https://github.com/ColaGom/sunflower-ios
Android | iOS |
---|---|
- Data Layer
- Domain Layer
- Presentation Layer
- Only
ViewModel
- Only
-
Migrate all android specific dependencies of Targets
- dagger-hilt => koin
- room => sql-delight
- retrofit => ktor
-
Extract
shared
module fromandroid
-
Create ios(swift) project and link
shared
module -
Implement UI using
shared
modulePlantListView
usingPlantListStore