fix: re arch the modules

This commit is contained in:
Rajan Maurya 2024-01-28 10:28:18 -05:00 committed by Rajan Maurya
parent 6e17bbb3dc
commit 6c5c58a1b0
218 changed files with 27 additions and 185 deletions

View File

@ -20,8 +20,8 @@ class AndroidFeatureConventionPlugin : Plugin<Project> {
}
dependencies {
add("implementation", project(":main-core:ui"))
add("implementation", project(":main-core:designsystem"))
add("implementation", project(":core:ui"))
add("implementation", project(":core:designsystem"))
add("implementation", libs.findLibrary("androidx.hilt.navigation.compose").get())
add("implementation", libs.findLibrary("androidx.lifecycle.runtimeCompose").get())

View File

@ -4,26 +4,14 @@ plugins {
}
android {
namespace = "org.mifos.mobilewallet.mifospay.data"
defaultConfig {
testOptions {
unitTests {
isIncludeAndroidResources = true
isReturnDefaultValues = true
}
}
}
namespace = "org.mifos.mobilewallet.mifospay.common"
}
dependencies {
api(projects.mainCore.common)
api(projects.mainCore.datastore)
implementation(libs.androidx.core.ktx)
implementation(libs.androidx.appcompat)
implementation(libs.material)
testImplementation(libs.junit)
androidTestImplementation(libs.androidx.test.ext.junit)
androidTestImplementation(libs.espresso.core)
}
}

View File

@ -5,7 +5,7 @@ plugins {
id("kotlinx-serialization")
}
apply(from = "../config/quality/quality.gradle")
//apply(from = "../config/quality/quality.gradle")
group = "com.github.ankurs287"
@ -20,7 +20,7 @@ android {
}
dependencies {
//implementation(libs.androidx.appcompat)
api(projects.core.common)
implementation(libs.squareup.retrofit2) {
// exclude Retrofits OkHttp peer-dependency module and define your own module import

Some files were not shown because too many files have changed in this diff Show More