Hi all!
I just released an open-source tool I’ve been working on called
KMPify. it's designed to simplify the migration from Android Compose to
Compose Multiplatform.
If you’ve ever had to manually update
R.drawable.*
,
@Preview
, or imports to match KMP’s resource system, you know how repetitive it can get.
KMPify automates all of that.
It’s built using
Kotlin Multiplatform and
Jetpack Compose Desktop, and honestly.. working with Compose Desktop and getting hot reload out of the box was a fantastic experience.
If you’re building KMP apps or planning to migrate an existing Android project, check it out:
👉
https://github.com/MahmoudRH/kmpify
Would love any feedback, ideas, or contributions! 🙌
Thanks!