From 310f77fc3abbe015322acf2691d5eb62f5195975 Mon Sep 17 00:00:00 2001 From: rnentjes Date: Mon, 17 Mar 2025 18:16:47 +0000 Subject: [PATCH] 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. --- .idea/gradle.xml | 2 +- audio-worklet/build.gradle.kts | 2 +- build.gradle.kts | 2 +- settings.common.gradle.kts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 1554c53..5ec55a9 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -5,7 +5,7 @@