Hey all, Can someone recommended a kotlin based st...
# server
l
Hey all, Can someone recommended a kotlin based state-machine library? Found one from Tinder but the license is restrictive, others are mostly old Java based.
e
BSD-3 is too restrictive?
☝️ 1
k
@corneil made https://github.com/open-jumpco/kfsm as far as I know
❤️ 1
b
Redux?
c
@Luiz Aguiar Let me know if you need anymore info
@Luiz Aguiar If you have a problem with the licence let me know. I didn't spend that much time thinking about it and want to provide a fairly permissive licence.
I think the Apache License may be more what I had in mind.
l
@corneil thanks… I will take at look on it and let you know 😉
c
I'm going to change license to Apache
l
Coroutines can also be used to make state machines in several ways.
p
was looking at these a while ago too, ended up just building something custom - the state machinery itself is very little code
m
This library provides many features and has nice DSL syntax https://github.com/nsk90/kstatemachine