renamed projekt folder and package file

This commit is contained in:
2021-11-29 15:44:55 +01:00
parent 125ee67ccd
commit 5a3c3845ed
18 changed files with 1178 additions and 0 deletions

5
client/build.gradle.kts Normal file
View File

@@ -0,0 +1,5 @@
allprojects {
repositories {
mavenCentral()
}
}