File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ kotlin {
7676 dependsOn(commonMain)
7777 dependencies {
7878 // compileOnly: each platform's runtime adds its own JNA artifact.
79- compileOnly(" net.java.dev.jna:jna:5.15.0 " )
79+ compileOnly(" net.java.dev.jna:jna:5.18.1 " )
8080 }
8181 }
8282 val jvmAndAndroidTest by creating {
@@ -86,7 +86,7 @@ kotlin {
8686 val jvmMain by getting {
8787 dependsOn(jvmAndAndroidMain)
8888 dependencies {
89- implementation(" net.java.dev.jna:jna:5.15.0 " )
89+ implementation(" net.java.dev.jna:jna:5.18.1 " )
9090 }
9191 }
9292 val jvmTest by getting {
@@ -97,7 +97,7 @@ kotlin {
9797 val androidMain by getting {
9898 dependsOn(jvmAndAndroidMain)
9999 dependencies {
100- implementation(" net.java.dev.jna:jna:5.15.0 @aar" )
100+ implementation(" net.java.dev.jna:jna:5.18.1 @aar" )
101101 }
102102 }
103103 val androidUnitTest by getting {
You can’t perform that action at this time.
0 commit comments