initial commit
All checks were successful
/ publish (push) Successful in 1m48s

This commit is contained in:
2025-08-31 10:45:25 +02:00
commit b1faa48c97
13 changed files with 701 additions and 0 deletions

10
gradle/libs.versions.toml Normal file
View File

@@ -0,0 +1,10 @@
[versions]
kotlin = "2.2.10"
exposed = "0.61.0"
[plugins]
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
[libraries]
exposed = { module = "org.jetbrains.exposed:exposed-core", version.ref = "exposed" }
exposed-dao = { module = "org.jetbrains.exposed:exposed-dao", version.ref = "exposed" }

BIN
gradle/wrapper/gradle-wrapper.jar vendored Normal file

Binary file not shown.

View File

@@ -0,0 +1,6 @@
#Wed Aug 20 07:57:04 CEST 2025
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists