mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-16 19:05:02 -04:00
bump kotlin
This commit is contained in:
parent
c65d7db6c6
commit
b2083e2b78
@ -47,7 +47,7 @@ import java.util.stream.Collectors
|
|||||||
|
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
kotlin("jvm") version "2.1.21"
|
kotlin("jvm") version "2.2.0"
|
||||||
`jvm-test-suite`
|
`jvm-test-suite`
|
||||||
application
|
application
|
||||||
id("org.ajoberstar.grgit.service") version "5.3.0"
|
id("org.ajoberstar.grgit.service") version "5.3.0"
|
||||||
@ -176,7 +176,7 @@ testing {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation(project())
|
implementation(project())
|
||||||
implementation("de.bixilon:kutil:$kutilVersion")
|
implementation("de.bixilon:kutil:$kutilVersion")
|
||||||
implementation("org.jetbrains.kotlin:kotlin-test:2.1.21")
|
implementation("org.jetbrains.kotlin:kotlin-test:2.2.0")
|
||||||
}
|
}
|
||||||
|
|
||||||
targets {
|
targets {
|
||||||
@ -401,7 +401,7 @@ dependencies {
|
|||||||
lwjgl("stb")
|
lwjgl("stb")
|
||||||
|
|
||||||
// kotlin
|
// kotlin
|
||||||
implementation(kotlin("reflect", "2.1.21"))
|
implementation(kotlin("reflect", "2.2.0"))
|
||||||
|
|
||||||
|
|
||||||
// platform specific
|
// platform specific
|
||||||
|
Loading…
x
Reference in New Issue
Block a user