Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhirkevich Alexander Y authored and Zhirkevich Alexander Y committed Aug 28, 2024
1 parent 6c72750 commit 9955b40
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion compottie-dot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ kotlin {

sourceSets {
commonMain.dependencies {
api(project(":compottie"))
implementation(compose.ui)
implementation(libs.serialization)
implementation(libs.okio)
implementation(libs.okio.fakefilesystem)
implementation(libs.coroutines.core)
api(project(":compottie"))
}
}
}
5 changes: 2 additions & 3 deletions compottie-network-core/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
plugins {
id("kotlinx-atomicfu")
id("ktorwasm.workaround")
}

kotlin {
sourceSets {
commonMain.dependencies {
api(project(":compottie"))
implementation(project(":compottie-dot"))
implementation(compose.ui)
implementation(libs.serialization)
api(libs.okio)
implementation(libs.coroutines.core)
api(project(":compottie"))
implementation(project(":compottie-dot"))
}
}
}
6 changes: 3 additions & 3 deletions compottie-network/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ plugins {
kotlin {
sourceSets {
commonMain.dependencies {
api(project(":compottie"))
api(project(":compottie-network-core"))
implementation(project(":compottie-dot"))
implementation(compose.ui)
implementation(libs.serialization)
api(libs.okio)
api(libs.ktor.client.core)
api(project(":compottie"))
implementation(project(":compottie-dot"))
api(project(":compottie-network-core"))
}
}
}
2 changes: 1 addition & 1 deletion compottie-resources/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
kotlin {
sourceSets {
commonMain.dependencies {
api(project(":compottie"))
implementation(compose.ui)
implementation(compose.components.resources)
implementation(libs.coroutines.core)
api(project(":compottie"))
}
}
}

0 comments on commit 9955b40

Please sign in to comment.