We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f021c3 commit 3f6398aCopy full SHA for 3f6398a
gradle.properties
@@ -15,4 +15,5 @@ org.jetbrains.compose.experimental.macos.enabled=true
15
kotlin.apple.xcodeCompatibility.nowarn=true
16
17
# Kosi
18
-org.kodein.native.enableCrossCompilation=true
+org.kodein.native.enableCrossCompilation=true
19
+org.kodein.local.allowWarnings=true
gradle/libs.versions.toml
@@ -17,7 +17,7 @@ compose-bom = "2025.04.01"
kotlinpoet = "1.18.1"
ksp = "1.9.20-1.0.14"
# Ktor
20
-ktor = "3.0.1"
+ktor = "3.1.2"
21
# JxInject
22
javax-inject = "1"
23
# TornadoFX
@@ -27,7 +27,7 @@ tornadofx = "1.7.20"
27
testfx = "4.0.4-alpha"
28
# Test
29
junit = "4.13.2"
30
-junit-jupiter = "5.11.3"
+junit-jupiter = "5.12.0"
31
32
[libraries]
33
# Core
0 commit comments