change to kotlin (it works unlike another private project)
This commit is contained in:
parent
436e9f46ce
commit
8f8bb71c1b
7 changed files with 114 additions and 60 deletions
9
settings.gradle.kts
Normal file
9
settings.gradle.kts
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue