Move StateMachine to its own module. (#257)

This commit is contained in:
Jorge Martin Espinosa 2023-03-23 17:49:15 +01:00 committed by GitHub
parent 0c0b3d0aa6
commit 4a1a338e07
7 changed files with 42 additions and 5 deletions

View file

@ -61,6 +61,7 @@ fun DependencyHandlerScope.allLibrariesImpl() {
implementation(project(":libraries:dateformatter:impl"))
implementation(project(":libraries:di"))
implementation(project(":libraries:session-storage:impl"))
implementation(project(":libraries:statemachine"))
}