Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 1022 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 1022 Bytes

Kotlin Finite State Machine Hyperion Build Status codecov

Hyperion Plugin for Monitoring Kotlin Finate State Machines

Sample Usage

// Register for viewing
KfinPlugin.registerMachine("MyMachine", myStateMachine)

// Unregister from viewing
KfinPlugin.unregisterMachine("MyMachine")

Install

debugImplementation "com.ToxicBakery.kfinstatemachine.hyperion:hyperion:2.+"
releaseImplementation "com.ToxicBakery.kfinstatemachine.hyperion:hyperion-no-op:2.+"

Build

The library depends on gradle for compilation and requires JDK 8 or higher.

./gradlew build