CherryPerry

Results 18 comments of CherryPerry

@arkivanov https://twitter.com/kotlin/status/1727977805424611653 related?

Started publishing 2.0.1 release with new Kotlin version, please try tomorrow.

Honestly do not think it is an error. Both source and subscriber are managed by us, they should be GCed together as soon as everybody unsubscribed from node. But not...

The original intention was to allow different types like primitives and serialisables. We can potentially introduce runtime checks `class.java.isPrimitive || class.java.implementsParcelableOrSerializable` as an alternative which we can perform in the...

IMHO it should be implemented in the same way as in `Fragment` – each `Node` should be `ViewModelStoreOwner` with own `ViewModelStore`. Then throw everything into single `FragmentManagerViewModel`-like `ViewModel` that we...

Hi, Can you post here a simple file hierarchy to check? I do not have Windows but I think I can try to debug via CI and JUnit test. Is...

![Screenshot 2022-04-17 at 16 12 27](https://user-images.githubusercontent.com/9081555/163721435-43258961-9553-412b-ac58-7a1fe1878bfa.png)