refactor: split up room into a module, and move client module
This commit is contained in:
parent
c55e3a3232
commit
104a77b27e
60 changed files with 220 additions and 170 deletions
|
|
@ -39,4 +39,6 @@ dependencies {
|
|||
implementation(libs.sqlite.bundled)
|
||||
testImplementation(libs.ktor.server.tests)
|
||||
testImplementation(libs.kotlin.test.junit)
|
||||
|
||||
implementation(projects.shared.room)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue