aboutsummaryrefslogtreecommitdiff
path: root/shared/build.gradle.kts
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2021-12-04 14:08:43 -0600
committerIván Ávalos <avalos@disroot.org>2021-12-04 14:08:43 -0600
commitb609ee1dc0ffe2a4c6acf2d08e13c46a7ded5fe1 (patch)
treefdec150435fe1bbeb9e8583864d442ea30861d31 /shared/build.gradle.kts
parent0de7448f68def471cd34899f0012865103b0fb81 (diff)
downloadetbsa-trackermap-mobile-b609ee1dc0ffe2a4c6acf2d08e13c46a7ded5fe1.tar.gz
etbsa-trackermap-mobile-b609ee1dc0ffe2a4c6acf2d08e13c46a7ded5fe1.tar.bz2
etbsa-trackermap-mobile-b609ee1dc0ffe2a4c6acf2d08e13c46a7ded5fe1.zip
Replaced Java stuff with Kotlin native stuff, and deleted ApplicationDelegates (probably useless)
Diffstat (limited to 'shared/build.gradle.kts')
-rw-r--r--shared/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/build.gradle.kts b/shared/build.gradle.kts
index 49f718d..4a6cd59 100644
--- a/shared/build.gradle.kts
+++ b/shared/build.gradle.kts
@@ -22,6 +22,7 @@ kotlin {
implementation("io.ktor:ktor-client-core:1.6.6")
implementation("io.ktor:ktor-client-cio:1.6.6")
implementation("io.ktor:ktor-client-serialization:1.6.6")
+ implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.3.1")
}
}
val commonTest by getting {