Update Gradle config, dependencies, and Kotlin plugin version
Configured Gradle to use "corretto-21" JVM and bumped the Kotlin Multiplatform plugin to version 2.1.10. Updated the "midi-arrays" dependency to version 0.3.4 across relevant modules. These changes ensure compatibility and leverage the latest library improvements.
This commit is contained in:
@@ -40,7 +40,7 @@ kotlin {
|
||||
val commonMain by getting {
|
||||
dependencies {
|
||||
implementation("nl.astraeus:vst-worklet-base:1.0.1")
|
||||
implementation("nl.astraeus:midi-arrays:0.3.2")
|
||||
implementation("nl.astraeus:midi-arrays:0.3.4")
|
||||
}
|
||||
}
|
||||
val jsMain by getting
|
||||
|
||||
Reference in New Issue
Block a user