intial commit

This commit is contained in:
GonneMartens 2025-10-10 14:33:37 +02:00
commit 12c5dbdcb0
233 changed files with 179012 additions and 0 deletions

8
settings.gradle.kts Normal file
View file

@ -0,0 +1,8 @@
rootProject.name = "edi-tools"
pluginManagement {
repositories {
gradlePluginPortal()
google() //required for ksp
}
}