mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 02:34:39 +00:00
refactor: Move source-api to source directory
Preparing to split local source to its own module
This commit is contained in:
parent
98df0773a2
commit
49ecfc51b1
26 changed files with 4 additions and 4 deletions
|
@ -149,7 +149,7 @@ dependencies {
|
||||||
implementation(projects.domain)
|
implementation(projects.domain)
|
||||||
implementation(projects.i18n)
|
implementation(projects.i18n)
|
||||||
implementation(projects.presentation.core)
|
implementation(projects.presentation.core)
|
||||||
implementation(projects.sourceApi)
|
implementation(projects.source.api)
|
||||||
|
|
||||||
// Compose
|
// Compose
|
||||||
implementation(platform(compose.bom))
|
implementation(platform(compose.bom))
|
||||||
|
|
|
@ -16,7 +16,7 @@ kotlin {
|
||||||
val androidMain by getting {
|
val androidMain by getting {
|
||||||
dependencies {
|
dependencies {
|
||||||
api(libs.bundles.db.android)
|
api(libs.bundles.db.android)
|
||||||
implementation(projects.sourceApi)
|
implementation(projects.source.api)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,7 @@ kotlin {
|
||||||
sourceSets {
|
sourceSets {
|
||||||
val commonMain by getting {
|
val commonMain by getting {
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(projects.sourceApi)
|
implementation(projects.source.api)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
val androidMain by getting {
|
val androidMain by getting {
|
||||||
|
|
|
@ -44,4 +44,4 @@ include(":domain")
|
||||||
include(":i18n")
|
include(":i18n")
|
||||||
include(":presentation:core")
|
include(":presentation:core")
|
||||||
include(":presentation:widget")
|
include(":presentation:widget")
|
||||||
include(":source-api")
|
include(":source:api")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue