mirror of
https://github.com/melihaksoy/Android-Kotlin-Modulerized-CleanArchitecture.git
synced 2026-03-27 03:41:31 +01:00
WIP: feature/abstractions (#45)
* Abstraction layer backup * Removed DataEntity, was unnecessary for now * Separated network, persistence, entities and interaction, closes #29 * Renamed binding * Removed build files, example tests Removed build files, example tests * Fixed build files were not being ignored all around app * Updated CI ymls * Small changes * Fixed legacy repository package names * Fixed CQ findings * Updated Fastlane * Packaging changes and version upgrades * Removed core from interactors * Version bumps * Added new module graph
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
apply plugin: "androidx.navigation.safeargs"
|
||||
|
||||
apply from: "$rootProject.projectDir/scripts/module.gradle"
|
||||
apply from: "$rootProject.projectDir/scripts/default_dependencies.gradle"
|
||||
|
||||
android {
|
||||
dataBinding {
|
||||
@@ -9,6 +11,8 @@ android {
|
||||
|
||||
dependencies {
|
||||
implementation project(':core')
|
||||
implementation project(':data:interactors')
|
||||
implementation project(':data:definitions')
|
||||
|
||||
implementation libraries.fragment
|
||||
implementation libraries.lifecycle
|
||||
|
||||
Reference in New Issue
Block a user