Move StateMachine to its own module. (#257)
This commit is contained in:
parent
7d0d076657
commit
f744691c15
7 changed files with 42 additions and 5 deletions
|
|
@ -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"))
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue