using engine submodule

This commit is contained in:
Adam Brown 2022-12-05 22:51:07 +00:00
parent c71f2b8a27
commit 09a2636c5f
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "screen-state"]
path = screen-state
url = git@github.com:ouchadam/screen-state.git
[submodule "chat-engine"]
path = chat-engine
url = git@github.com:ouchadam/chat-engine.git

1
chat-engine Submodule

@ -0,0 +1 @@
Subproject commit 295bad45ddb7e987b4b3126058ec02c23e15ccf3

View File

@ -8,7 +8,7 @@ dependencyResolutionManagement {
rootProject.name = "SmallTalk"
includeBuild 'screen-state'
includeBuild '../chat-engine'
includeBuild 'chat-engine'
include ':app'