Commit Graph

4 Commits

Author SHA1 Message Date
3c5cd8b571 Update plugins and fix Maven publishing task configuration
Upgraded Foojay and Dokka plugins to newer versions for compatibility and added proper dependency handling for signing tasks in Maven publishing. This ensures the publication process aligns with the updated project configuration.
2024-12-14 15:19:29 +01:00
c615d0e3b7 Refactor project structure and update dependencies
Removed old database-related implementations (`Database`, `Migrations`, and `Main`) and replaced them with a new focus on MIDI message handling. Updated project metadata, introduced multiplatform `MidiMessage` classes, and added publication/CI setup for Maven compatibility.
2024-12-14 15:09:34 +01:00
313f185447 Remove gradle.properties file.
The file contained only a single Kotlin code style configuration. This is no longer necessary as the default code style setting is already applied.
2024-12-14 15:07:24 +01:00
2eb41a0d56 Initial commit 2024-12-14 10:01:08 +00:00