mirror of
https://github.com/openMF/mobile-wallet.git
synced 2026-02-06 11:36:57 +00:00
fix: re arch the modules
This commit is contained in:
parent
6e17bbb3dc
commit
6c5c58a1b0
@ -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())
|
||||
|
||||
@ -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)
|
||||
}
|
||||
}
|
||||
0
core/.gitignore → core/data/.gitignore
vendored
0
core/.gitignore → core/data/.gitignore
vendored
@ -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 Retrofit’s 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
Loading…
Reference in New Issue
Block a user