build: update Kotlin to 1.8.10

This commit is contained in:
oSumAtrIX 2023-03-31 17:19:41 +02:00
parent 92bf57f279
commit ba07ab1ac2
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -1,5 +1,5 @@
plugins {
kotlin("jvm") version "1.7.0"
kotlin("jvm") version "1.8.10"
id("com.github.johnrengelman.shadow") version "7.1.2"
}