Change/move some gradle modules to be better separated. Let core module be a kotlin lib.
This commit is contained in:
parent
0d5f348354
commit
27bf42c5f2
59 changed files with 314 additions and 202 deletions
|
|
@ -35,7 +35,6 @@ dependencies {
|
|||
anvil(projects.anvilcodegen)
|
||||
implementation(projects.anvilannotations)
|
||||
|
||||
implementation(projects.libraries.di)
|
||||
implementation(projects.libraries.core)
|
||||
implementation(projects.libraries.architecture)
|
||||
implementation(projects.libraries.matrix)
|
||||
|
|
@ -44,8 +43,6 @@ dependencies {
|
|||
implementation(projects.libraries.elementresources)
|
||||
implementation(projects.libraries.uiStrings)
|
||||
|
||||
implementation(libs.appyx.core)
|
||||
|
||||
testImplementation(libs.test.junit)
|
||||
testImplementation(libs.coroutines.test)
|
||||
testImplementation(libs.molecule.runtime)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue