Set up project structure

This commit is contained in:
2024-11-04 12:40:16 +00:00
commit f190837265
12 changed files with 603 additions and 0 deletions

9
build.gradle.kts Normal file
View File

@@ -0,0 +1,9 @@
plugins {
alias(hlaeja.plugins.kotlin.jvm)
alias(hlaeja.plugins.ltd.hlaeja.plugin.library)
}
dependencies {
}
group = "ltd.hlaeja.library"