0.1.1
Fixed
- Add workaround for issue
JetBrains/compose-multiplatform #3147 - Kotlin/Native can't use T::class in inline function of @Composable for iOS.
Example, docs and tests
- Add Compose Multiplatform Todo solivagant Sample:
A KMP template of the Todo App using Compose multiplatform for Android, Desktop, iOS and Web.
Share everything including data, domain, presentation, and UI.