allLibraries renamed to allLibrariesImpl and only reference implementation of the libraries.
This commit is contained in:
parent
e16f63817f
commit
b74e1e6074
5 changed files with 11 additions and 12 deletions
|
|
@ -32,7 +32,7 @@ dependencies {
|
|||
implementation(libs.dagger)
|
||||
implementation(projects.libraries.core)
|
||||
implementation(projects.libraries.encryptedDb)
|
||||
implementation(projects.libraries.sessionStorage.api)
|
||||
api(projects.libraries.sessionStorage.api)
|
||||
implementation(libs.sqldelight.driver.android)
|
||||
implementation(libs.sqlcipher)
|
||||
implementation(libs.sqlite)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue