initial commit

This commit is contained in:
2025-07-23 18:22:34 -05:00
commit 4c68f4ca13
16 changed files with 213 additions and 0 deletions

11
buildSrc/build.gradle.kts Normal file
View File

@@ -0,0 +1,11 @@
plugins {
`kotlin-dsl`
}
kotlin {
jvmToolchain(21)
}
dependencies {
implementation(libs.kotlinGradlePlugin)
}