sebaslogen / resaca

Compose Multiplatform library to scope ViewModels to a Composable, surviving configuration changes and navigation
MIT License
427 stars 10 forks source link

Feature: Add compose multiplatform support #123

Closed sebaslogen closed 2 months ago

sebaslogen commented 3 months ago

This ticket adds support for Compose multiplatform on Android and iOS. All Resaca features are also available on Compose for iOS.

Koin support for CMP will be added in a separate PR.

This PR also introduces a separate CMP test app that runs on Android and iOS with setup and basic use of the Resaca lib

Solves feature request https://github.com/sebaslogen/resaca/issues/91