This commit is contained in:
ipz233_vvv
2025-01-15 13:49:00 +02:00
commit 396a88366f
53 changed files with 1379 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
plugins {
`kotlin-dsl`
kotlin("jvm") version "2.0.20"
}
repositories {
mavenCentral()
}