diff options
author | Iván Ávalos <avalos@disroot.org> | 2022-01-23 02:16:36 -0600 |
---|---|---|
committer | Iván Ávalos <avalos@disroot.org> | 2022-01-23 02:16:36 -0600 |
commit | 7250b2725c1c8f489fe04b86776da0d0b6d0b332 (patch) | |
tree | 65b6b07fb320caa2e8e260e66f610489488953dd /shared | |
parent | 5325b8185adf47491475c8b5b3d6079ce37618fa (diff) | |
download | etbsa-trackermap-mobile-7250b2725c1c8f489fe04b86776da0d0b6d0b332.tar.gz etbsa-trackermap-mobile-7250b2725c1c8f489fe04b86776da0d0b6d0b332.tar.bz2 etbsa-trackermap-mobile-7250b2725c1c8f489fe04b86776da0d0b6d0b332.zip |
Added Koin iOS dependency to sourceSet
Diffstat (limited to 'shared')
-rw-r--r-- | shared/build.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/build.gradle.kts b/shared/build.gradle.kts index 0ceac7d..61c42f3 100644 --- a/shared/build.gradle.kts +++ b/shared/build.gradle.kts @@ -60,6 +60,7 @@ kotlin { iosArm64Main.dependsOn(this) //iosSimulatorArm64Main.dependsOn(this) dependencies { + implementation("io.insert-koin:koin-ios:3.1.4") implementation("io.ktor:ktor-client-ios:$ktor_version") } } |