upgrade(docker)

This commit is contained in:
stefan
2025-08-16 15:47:57 +02:00
parent 1ef14a3692
commit 9c21154199
48 changed files with 6250 additions and 549 deletions
+9
View File
@@ -41,5 +41,14 @@ kotlin {
implementation(libs.ktor.client.js)
}
}
val commonTest by getting {
dependencies {
implementation(libs.kotlin.test)
implementation(libs.kotlinx.coroutines.test)
// Note: ktor-client-mock would be ideal but may not be available in libs
// Using core testing dependencies for now
}
}
}
}