11[versions ]
2- agp = " 8.2.2 "
2+ agp = " 8.8.0-alpha05 "
33# @keep
4- android-compileSdk = " 34 "
4+ android-compileSdk = " 35 "
55# @keep
66android-minSdk = " 26"
77# @keep
8- android-targetSdk = " 34 "
9- androidx-activityCompose = " 1.9 .1"
8+ android-targetSdk = " 35 "
9+ androidx-activityCompose = " 1.10 .1"
1010detekt = " 1.23.6"
11- jetbrains-compose = " 1.6.11 "
12- exposed = " 0.51 .0"
11+ jetbrains-compose = " 1.7.3 "
12+ exposed = " 0.60 .0"
1313# @pin
14- kotlin = " 2.0.10"
15- ktor-server = " 2.3.12"
16- ktor-client = " 3.0.0-wasm2"
17- koin = " 3.6.0-wasm-alpha2"
18- kotlinxDatetime = " 0.6.0"
19- kotlinxCoroutines = " 1.8.1"
20- kotlinxSerialization = " 1.7.1"
14+ kotlin = " 2.1.20"
15+ ktor = " 3.1.1"
16+ koin = " 4.1.0-Beta6"
17+ kotlinxDatetime = " 0.6.2"
18+ kotlinxCoroutines = " 1.10.1"
19+ kotlinxSerialization = " 1.8.0"
2120qrose = " 1.0.1"
2221procyk-compose = " 1.6.10.0"
23- multiplatform-settings = " 1.1.1 "
24- logback = " 1.5.6 "
22+ multiplatform-settings = " 1.3.0 "
23+ logback = " 1.5.18 "
2524postgres = " 42.7.3"
2625dotenv = " 6.4.1"
27- decompose = " 3.0 .0"
28- essenty = " 2.0 .0"
26+ decompose = " 3.3 .0"
27+ essenty = " 2.5 .0"
2928dotenvGradle = " 4.0.0"
3029buildKonfig = " 0.15.1"
3130graalVM = " 0.10.1"
@@ -42,22 +41,21 @@ exposed-dao = { module = "org.jetbrains.exposed:exposed-dao", version.ref = "exp
4241exposed-jdbc = { module = " org.jetbrains.exposed:exposed-jdbc" , version.ref = " exposed" }
4342exposed-kotlin-datetime = { module = " org.jetbrains.exposed:exposed-kotlin-datetime" , version.ref = " exposed" }
4443logback = { module = " ch.qos.logback:logback-classic" , version.ref = " logback" }
45- ktor-shared-resources = { module = " io.ktor:ktor-resources" , version.ref = " ktor-client" }
46- ktor-serialization-kotlinx-cbor = { module = " io.ktor:ktor-serialization-kotlinx-cbor" , version.ref = " ktor-client" }
47- ktor-server-core = { module = " io.ktor:ktor-server-core-jvm" , version.ref = " ktor-server" }
48- ktor-server-cors = { module = " io.ktor:ktor-server-cors" , version.ref = " ktor-server" }
49- ktor-server-cio = { module = " io.ktor:ktor-server-cio-jvm" , version.ref = " ktor-server" }
50- ktor-server-tests = { module = " io.ktor:ktor-server-tests-jvm" , version.ref = " ktor-server" }
51- ktor-server-resources = { module = " io.ktor:ktor-server-resources" , version.ref = " ktor-server" }
52- ktor-server-content-negotiation = { module = " io.ktor:ktor-server-content-negotiation" , version.ref = " ktor-server" }
53- ktor-server-auto-head-response = { module = " io.ktor:ktor-server-auto-head-response" , version.ref = " ktor-server" }
54- ktor-client-core = { module = " io.ktor:ktor-client-core" , version.ref = " ktor-client" }
55- ktor-client-android = { module = " io.ktor:ktor-client-android" , version.ref = " ktor-client" }
56- ktor-client-java = { module = " io.ktor:ktor-client-java" , version.ref = " ktor-client" }
57- ktor-client-darwin = { module = " io.ktor:ktor-client-darwin" , version.ref = " ktor-client" }
58- ktor-client-js = { module = " io.ktor:ktor-client-js" , version.ref = " ktor-client" }
59- ktor-client-content-negotiation = { module = " io.ktor:ktor-client-content-negotiation" , version.ref = " ktor-client" }
60- koin-ktor = { module = " io.insert-koin:koin-ktor" , version.ref = " koin" }
44+ ktor-shared-resources = { module = " io.ktor:ktor-resources" , version.ref = " ktor" }
45+ ktor-serialization-kotlinx-cbor = { module = " io.ktor:ktor-serialization-kotlinx-cbor" , version.ref = " ktor" }
46+ ktor-server-core = { module = " io.ktor:ktor-server-core-jvm" , version.ref = " ktor" }
47+ ktor-server-cors = { module = " io.ktor:ktor-server-cors" , version.ref = " ktor" }
48+ ktor-server-cio = { module = " io.ktor:ktor-server-cio-jvm" , version.ref = " ktor" }
49+ ktor-server-resources = { module = " io.ktor:ktor-server-resources" , version.ref = " ktor" }
50+ ktor-server-content-negotiation = { module = " io.ktor:ktor-server-content-negotiation" , version.ref = " ktor" }
51+ ktor-server-auto-head-response = { module = " io.ktor:ktor-server-auto-head-response" , version.ref = " ktor" }
52+ ktor-client-core = { module = " io.ktor:ktor-client-core" , version.ref = " ktor" }
53+ ktor-client-android = { module = " io.ktor:ktor-client-android" , version.ref = " ktor" }
54+ ktor-client-java = { module = " io.ktor:ktor-client-java" , version.ref = " ktor" }
55+ ktor-client-darwin = { module = " io.ktor:ktor-client-darwin" , version.ref = " ktor" }
56+ ktor-client-js = { module = " io.ktor:ktor-client-js" , version.ref = " ktor" }
57+ ktor-client-content-negotiation = { module = " io.ktor:ktor-client-content-negotiation" , version.ref = " ktor" }
58+ koin-ktor = { module = " io.insert-koin:koin-ktor3" , version.ref = " koin" }
6159kotlinx-datetime = { module = " org.jetbrains.kotlinx:kotlinx-datetime" , version.ref = " kotlinxDatetime" }
6260kotlinx-coroutines-core = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-core" , version.ref = " kotlinxCoroutines" }
6361kotlinx-coroutines-android = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-android" , version.ref = " kotlinxCoroutines" }
@@ -85,7 +83,7 @@ jetbrainsCompose = { id = "org.jetbrains.compose", version.ref = "jetbrains-comp
8583composeCompiler = { id = " org.jetbrains.kotlin.plugin.compose" , version.ref = " kotlin" }
8684kotlinJvm = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin" }
8785kotlinSerialization = { id = " org.jetbrains.kotlin.plugin.serialization" , version.ref = " kotlin" }
88- ktor = { id = " io.ktor.plugin" , version.ref = " ktor-server " }
86+ ktor = { id = " io.ktor.plugin" , version.ref = " ktor" }
8987kotlinMultiplatform = { id = " org.jetbrains.kotlin.multiplatform" , version.ref = " kotlin" }
9088dotenvGradle = { id = " co.uzzu.dotenv.gradle" , version.ref = " dotenvGradle" }
9189buildKonfig = { id = " com.codingfeline.buildkonfig" , version.ref = " buildKonfig" }
0 commit comments