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 119d915 commit edd9ea0Copy full SHA for edd9ea0
server/desktop/build.gradle.kts
@@ -63,7 +63,9 @@ dependencies {
63
implementation("com.google.protobuf:protobuf-java:3.21.12")
64
implementation("net.java.dev.jna:jna:5.+")
65
implementation("net.java.dev.jna:jna-platform:5.+")
66
- implementation("com.fazecast:jSerialComm:2.11.2")
+ implementation("com.fazecast:jSerialComm:2.11.3") {
67
+ exclude(group = "com.fazecast", module = "android")
68
+ }
69
implementation("org.hid4java:hid4java:0.8.0")
70
}
71
0 commit comments