Skip to content

Commit

Permalink
remove unneeded lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Balcan committed Jan 8, 2025
1 parent c8f4bfc commit fc46b20
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
12 changes: 0 additions & 12 deletions aggregates/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,6 @@ kotlin {

jvm("desktop").


/*listOf(
iosX64(),
iosArm64(),
iosSimulatorArm64()
).forEach {
it.binaries.framework {
baseName = "aggregates"
isStatic = true
}
}*/

sourceSets {
commonMain.dependencies {
implementation(compose.runtime)
Expand Down
1 change: 0 additions & 1 deletion stock-usecase/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ dependencies {
implementation(project(":dhis_android_analytics"))

implementation(libs.bundles.stock.implementation)
implementation(project(":aggregates"))
testImplementation(project(":dhis_android_analytics"))
coreLibraryDesugaring(libs.bundles.stock.core)
kapt(libs.bundles.stock.kapt)
Expand Down

0 comments on commit fc46b20

Please sign in to comment.