hal icon indicating copy to clipboard operation
hal copied to clipboard

🔴 A non-deterministic finite-state machine for Android & JVM that won't let you down

Results 2 hal issues
Sort by recently updated
recently updated
newest added

please add event channel for handle events like navigation or show message. //pseudo code interface ViewSideEffect private val \_effect: Channel\ = Channel() val effect = \_effect.receiveAsFlow()

enhancement

I'm looking for a way to programmatically represent state between the JVM and Javascript runtimes (single source of truth) - could your code be cross-compiled using [Kotlin-to-JavaScript][kt2js]? [kt2js]: https://kotlinlang.org/docs/tutorials/javascript/kotlin-to-javascript/kotlin-to-javascript.html

enhancement