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 5d3653e commit 7f51048Copy full SHA for 7f51048
build.gradle.kts
@@ -68,11 +68,7 @@ dependencies {
68
69
implementation(libs.bundles.kotlinx.coroutines)
70
implementation("net.java.dev.jna:jna")
71
- api(libs.bundles.skiko) {
72
- version {
73
- strictly(libs.versions.skiko.get())
74
- }
75
+ api(libs.bundles.skiko)
76
77
testImplementation(compose.desktop.currentOs)
78
testImplementation(libs.logback.classic)
0 commit comments