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 cd61538 commit b4a439dCopy full SHA for b4a439d
settings.gradle.kts
@@ -45,7 +45,7 @@ fun VersionCatalogBuilder.voice() {
45
library("koe", "moe.kyokobot.koe", "core").version("2.0.0-rc1")
46
library("koe-udpqueue", "moe.kyokobot.koe", "ext-udpqueue").version("2.0.0-rc1")
47
48
- version("udpqueue", "0.2.1")
+ version("udpqueue", "0.2.3")
49
val platforms = listOf("linux-x86-64", "linux-x86", "linux-aarch64", "linux-arm", "win-x86-64", "win-x86", "darwin")
50
platforms.forEach {
51
library("udpqueue-native-$it", "club.minnced", "udpqueue-native-$it").versionRef("udpqueue")
0 commit comments