Files
vst-chip/settings.common.gradle.kts
rnentjes d58fb9c7b5 Refactor MIDI handling and update dependencies.
Streamlined MIDI message handling by introducing `MidiMessageHandler` and removed redundant code. Added better handler support for specific message types and parameters. Also upgraded Kotlin to version 2.1.0 and adjusted build configurations.
2024-12-21 20:42:19 +01:00

11 lines
201 B
Kotlin

pluginManagement {
plugins {
kotlin("multiplatform") version "2.1.0"
}
repositories {
gradlePluginPortal()
mavenCentral()
maven { setUrl("https://plugins.gradle.org/m2/") }
}
}