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.
15 lines
284 B
Kotlin
15 lines
284 B
Kotlin
group = "nl.astraeus"
|
|
version = "0.1.0"
|
|
|
|
allprojects {
|
|
repositories {
|
|
maven {
|
|
url = uri("https://gitea.astraeus.nl/api/packages/rnentjes/maven")
|
|
}
|
|
maven {
|
|
url = uri("https://gitea.astraeus.nl:8443/api/packages/rnentjes/maven")
|
|
}
|
|
mavenCentral()
|
|
}
|
|
}
|