aboutsummaryrefslogtreecommitdiff
path: root/shared/build.gradle.kts
diff options
context:
space:
mode:
authorIván <avalos@192.168.1.10>2022-01-23 02:12:54 -0600
committerIván <avalos@192.168.1.10>2022-01-23 02:12:54 -0600
commit5325b8185adf47491475c8b5b3d6079ce37618fa (patch)
tree920e8a9ac4e22e9bfae773f704f27b5aa32ffd3b /shared/build.gradle.kts
parent6256c457ce6fe49f564e9d5c718d3116f3a0d9c0 (diff)
downloadetbsa-trackermap-mobile-5325b8185adf47491475c8b5b3d6079ce37618fa.tar.gz
etbsa-trackermap-mobile-5325b8185adf47491475c8b5b3d6079ce37618fa.tar.bz2
etbsa-trackermap-mobile-5325b8185adf47491475c8b5b3d6079ce37618fa.zip
Added iOS dependency
Diffstat (limited to 'shared/build.gradle.kts')
-rw-r--r--shared/build.gradle.kts3
1 files changed, 3 insertions, 0 deletions
diff --git a/shared/build.gradle.kts b/shared/build.gradle.kts
index b8d36ff..0ceac7d 100644
--- a/shared/build.gradle.kts
+++ b/shared/build.gradle.kts
@@ -59,6 +59,9 @@ kotlin {
iosX64Main.dependsOn(this)
iosArm64Main.dependsOn(this)
//iosSimulatorArm64Main.dependsOn(this)
+ dependencies {
+ implementation("io.ktor:ktor-client-ios:$ktor_version")
+ }
}
val iosX64Test by getting
val iosArm64Test by getting