https://kotlinlang.org logo
Title
t

Tower Guidev2

03/23/2023, 10:25 AM
is there an open source (free) Kotlin library that provides either a production ready Finite State Machine or a light weight rules engine implementation? could some one recommend one please 😄
r

Robert Williams

03/23/2023, 10:55 AM
We've used https://github.com/Tinder/StateMachine in the past, is that the kind of thing you had in mind?
h

holgerbrandl

03/25/2023, 7:58 PM
There's also https://github.com/open-jumpco/kfsm but I would also prefer Kstatemachine instead which is IMHO more solid and provides a more approachable API.