-
Notifications
You must be signed in to change notification settings - Fork 1
/
dependencies.toml
20 lines (17 loc) · 930 Bytes
/
dependencies.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[versions]
kotlin = "2.0.20"
androidGradlePlugin = "8.5.1"
compose = "1.6.11"
coroutines = "1.9.0"
kotlinxBenchmark = "0.4.11"
ktor = "2.3.12"
[libraries]
coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }
coroutines-swing = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-swing", version.ref = "coroutines" }
kotlinxBenchmarkRuntime = { module = "org.jetbrains.kotlinx:kotlinx-benchmark-runtime", version.ref = "kotlinxBenchmark" }
ktorClientCore = { module = "io.ktor:ktor-client-core", version.ref = "ktor" }
ktorClientCio = { module = "io.ktor:ktor-client-cio", version.ref = "ktor" }
ktorClientDarwin = { module = "io.ktor:ktor-client-darwin", version.ref = "ktor" }
lincheck = "org.jetbrains.kotlinx:lincheck:2.32"
okio = "com.squareup.okio:okio:3.9.0"