-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdependencies.toml
22 lines (19 loc) · 994 Bytes
/
dependencies.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[versions]
kotlin = "2.1.0"
atomicFu = "0.26.1"
androidGradlePlugin = "8.7.1"
compose = "1.7.3"
coroutines = "1.9.0"
kotlinxBenchmark = "0.4.13"
kotlinxBinaryCompatibilityValidator = "0.17.0"
ktor = "3.0.1"
[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"