mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
deps: bump Kotlin to 2.2.0
This commit is contained in:
parent
388349df58
commit
aa80ef83a7
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import kotlin.io.path.exists
|
|||
|
||||
plugins {
|
||||
run {
|
||||
val kotlinVersion = "1.9.21"
|
||||
val kotlinVersion = "2.2.0"
|
||||
kotlin("jvm") version kotlinVersion
|
||||
kotlin("plugin.spring") version kotlinVersion
|
||||
kotlin("kapt") version kotlinVersion
|
||||
|
|
|
|||
Loading…
Reference in a new issue