We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b37339f commit 8668813Copy full SHA for 8668813
1 file changed
api-client/build.gradle.kts
@@ -60,6 +60,17 @@ dependencies {
60
prefer(libs.versions.slf4j.get())
61
}
62
63
+ listOf(
64
+ "net.java.dev.jna:jna",
65
+ "net.java.dev.jna:jna-platform"
66
+ ).forEach {
67
+ testImplementation(it) {
68
+ version {
69
+ strictly("[5.0.0,)")
70
+ prefer("5.17.0")
71
+ }
72
73
74
75
implementation(libs.kotlinJdk8)
76
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
0 commit comments