Ivan Matkov

Results 108 comments of Ivan Matkov

Fixed by https://github.com/JetBrains/compose-multiplatform-core/pull/1515

> I got the versions sorted, I set 1.7.0-alpha01 whis is the latest, `1.7.0-dev1727` is newer than `1.7.0-alpha01`. `1.7.0-alpha01` does not contain @elijah-semyonov 's fix, but dev1727 does. `devXXXX` is...

Rechecked what's going on here. > Compose for Desktop doesn't emit lifecycle events It does. Even without this extra dependency. You can receive it via: ```kt lifecycle.addObserver(object : LifecycleEventObserver {...

This API is not ported to Compose Multiplatform yet

It seems as a duplicate of #3632

@rock3r I believe it's similar, but not the same - it should be handled in platform implementation with all of its specifics. Let's keep this issue for tracking the problem...

@igordmn most likely it's about https://github.com/JetBrains/compose-multiplatform-core/pull/1341

> but this is a Jetbrains issue to update the binary that includes the fix We're redirecting original Google's binaries on Android, it allows avoiding conflicts with Android-only libraries and...

> Does adding the Android dependencies for other things also work? It will work for JetBrains' multiplatform adoptions of compose/lifecycle/navigation. It works because we don't even re-build android and uses...

`material3-adaptive-navigation-suite` is not ported to multiplatform yet