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 d0a56b6 commit e9b9c79Copy full SHA for e9b9c79
midi/build.gradle.kts
@@ -28,7 +28,7 @@ kotlin {
28
jvmToolchain(17)
29
30
androidTarget().apply {
31
- publishAllLibraryVariants()
+ publishLibraryVariants("release")
32
}
33
34
mingwX64()
soundFont/build.gradle.kts
@@ -31,7 +31,7 @@ kotlin {
35
36
37
listOf(
0 commit comments