Move domain module to core modules.

This commit is contained in:
Yahor Berdnikau 2018-10-06 14:13:57 +02:00
parent e1f9764d55
commit 01bb519762
23 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
apply from: bootstrap.kotlinModule
dependencies {
api project(':domain')
api project(':core:domain')
api other.twitterSerial
testImplementation testing.junit

View File

@ -1,5 +1,5 @@
include ':library'
include ':domain'
include ':core:domain'
include ':subsonic-api'
include ':subsonic-api-image-loader'
include ':core:cache'

View File

@ -7,7 +7,7 @@ android {
}
dependencies {
api project(':domain')
api project(':core:domain')
api project(':subsonic-api')
api(other.picasso) {
exclude group: "com.android.support"

View File

@ -53,7 +53,7 @@ dependencies {
implementation project(':menudrawer')
implementation project(':pulltorefresh')
implementation project(':library')
implementation project(':domain')
implementation project(':core:domain')
implementation project(':subsonic-api')
implementation project(':subsonic-api-image-loader')
implementation project(':core:cache')