Migrated an Android app to a Compose Multiplatform (Kotlin) project
| Android, Compose
Over the holidays I wrote a(n Android) Meditation Timer app using Jetpack Compose and Kotlin. Now I'm migrating it to the Compose Multiplatform Project.
It was mostly just a copy and paste job, but as usual there was a little bit of messing around with the Android Gradle Plugin.
I'm looking forward to seeing what the separation will look like. I should be able to scoop out all of the domain and common code into the common module.
I still need to learn about what to do with the (Android) ViewModels.
Onwards and upwards!