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 7d0d076657
commit f744691c15
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"))
}