aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2022-01-23 02:41:30 -0600
committerIván Ávalos <avalos@disroot.org>2022-01-23 02:41:30 -0600
commit827461fcd4b05c5b83b8d63cbfe72ec3f68addcc (patch)
treea81709c60cfa6053e9f61ccc298d22d33eb31376
parent7250b2725c1c8f489fe04b86776da0d0b6d0b332 (diff)
downloadetbsa-trackermap-mobile-827461fcd4b05c5b83b8d63cbfe72ec3f68addcc.tar.gz
etbsa-trackermap-mobile-827461fcd4b05c5b83b8d63cbfe72ec3f68addcc.tar.bz2
etbsa-trackermap-mobile-827461fcd4b05c5b83b8d63cbfe72ec3f68addcc.zip
Fixed Koin iOS dependency in sourceSet
-rw-r--r--shared/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/build.gradle.kts b/shared/build.gradle.kts
index 61c42f3..cdda835 100644
--- a/shared/build.gradle.kts
+++ b/shared/build.gradle.kts
@@ -60,7 +60,7 @@ kotlin {
iosArm64Main.dependsOn(this)
//iosSimulatorArm64Main.dependsOn(this)
dependencies {
- implementation("io.insert-koin:koin-ios:3.1.4")
+ implementation("io.insert-koin:koin-core:3.1.4")
implementation("io.ktor:ktor-client-ios:$ktor_version")
}
}