You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New: Add support for Kotlin/Wasm (wasmJs target) 🎉.
New: Add LenientLifecycleRegistry, a LifecycleRegistry without the state checking,
and has moveTo method to move to a specific state. This is a flexible version of LifecycleRegistry.
New: Add rememberWindowLifecycleOwner() for Desktop (JVM) platform.
New: Add SavedStateSupport.ProvideCompositionLocals and SavedStateSupport.ClearOnDispose for non-Android platforms.
Fixed
Fixed: an issue where LocalLifecycleOwner provided the wrong LifecycleOwner to the content of NavHost composable.
Sample
New: Add Solivagant Wasm Sample.
You can open the web application by running the ./gradlew :samples:solivagant-wasm-sample:wasmJsBrowserDevelopmentRun Gradle task.