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:
2025-03-17 18:16:47 +00:00
parent 60a21bbd79
commit 310f77fc3a
4 changed files with 4 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ kotlin {
//base
implementation("nl.astraeus:kotlin-css-generator:1.0.10")
implementation("nl.astraeus:vst-ui-base:1.2.0")
implementation("nl.astraeus:midi-arrays:0.3.2")
implementation("nl.astraeus:midi-arrays:0.3.4")
}
}
val jsMain by getting {