Mikhail Fedotov
Mikhail Fedotov
I have checked with https://github.com/nsk90/android-kstatemachine-sample sample that IDE successfully shows source code documentation while working with the library artifact. Please provide detailed info what is the problem and steps to...
closing as stale
Sample Compose app should be created to show KStateMachine library possibilities. This app may be similar to https://github.com/nsk90/android-kstatemachine-sample but it is not mandatory. The app should use simple MVI implementation...
That should be separate repository, I will make it..
https://github.com/nsk90/compose-kstatemachine-sample This is an empty repository to start from
This is done finally! https://github.com/nsk90/kstatemachine/releases/tag/v0.22.0 KStateMachine has moved to Kotlin Multiplatform I will add more platforms soon..
currently there is no builtin solution in the library. But you should be able to serrialize your states using kotlinx-serialization if you provide seriazilers for them. I suppose it can...
Is it really necessary to serialize states themselves? looks there are at least 2 serialization use cases: 1) you have host1 which creates StateMachine structure serializes it into bytes and...
Event recording implemented in https://github.com/KStateMachine/kstatemachine/releases/tag/v0.30.0 version
this issue is not resolved yet. now artifacts from maven central and jitpack work the same way. java8 + kotlin 1.6 and 1.7 works on my sample project (1.4 &...