KStateMachine / kstatemachine

KStateMachine is a powerful Kotlin Multiplatform library with clean DSL syntax for creating complex state machines and statecharts driven by Kotlin Coroutines.
https://kstatemachine.github.io/kstatemachine/
Boost Software License 1.0
358 stars 21 forks source link

Add Maven Central publishing #28

Closed nsk90 closed 2 years ago

nsk90 commented 2 years ago

can we get this on maven?

Originally posted by @asad-awadia in https://github.com/nsk90/kstatemachine/issues/26#issuecomment-1047998053

nsk90 commented 2 years ago

Done in 0.9.3, see README for install instructions https://github.com/nsk90/kstatemachine#maven-central

asad-awadia commented 2 years ago

thank you!