change to kotlin (it works unlike another private project)

This commit is contained in:
Jannik Reimers 2024-06-07 08:23:28 +02:00
parent 436e9f46ce
commit 8f8bb71c1b
7 changed files with 114 additions and 60 deletions

9
settings.gradle.kts Normal file
View file

@ -0,0 +1,9 @@
pluginManagement {
plugins {
kotlin("jvm") version "2.0.0"
}
}
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.5.0"
}
rootProject.name = "Platinum"