mirror of
https://github.com/melihaksoy/Android-Kotlin-Modulerized-CleanArchitecture.git
synced 2026-01-18 06:57:18 +01:00
Feature/core repository separation (#44)
* Fixed wrong package name. Fixes #43 * Updated package name. Fixes #41 * Ignoring not-used warning - this graph is included in main graph * Separated repository from core. Fixes #42 * Removing adapter from recyclerView when view is destroyed to prevent leak. Fixes #40 * Updated new module graph Signed-off-by: Melih Aksoy <aksoy.melihcan@gmail.com>
This commit is contained in:
@@ -14,7 +14,7 @@ android {
|
||||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
|
||||
api project(":repository")
|
||||
implementation project(':repository')
|
||||
|
||||
implementation libraries.fragment
|
||||
implementation libraries.paging
|
||||
@@ -28,6 +28,4 @@ dependencies {
|
||||
testImplementation testLibraries.mockk
|
||||
testImplementation testLibraries.kluent
|
||||
testImplementation testLibraries.coroutinesTest
|
||||
|
||||
compileOnly libraries.room
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user