mirror of
https://github.com/gotson/komga.git
synced 2026-05-09 05:10:19 +02:00
build: update Kotlin to 1.7.0
This commit is contained in:
parent
6de59c5023
commit
bd37573de6
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
|
|||
|
||||
plugins {
|
||||
run {
|
||||
val kotlinVersion = "1.6.21"
|
||||
val kotlinVersion = "1.7.0"
|
||||
kotlin("jvm") version kotlinVersion
|
||||
kotlin("plugin.spring") version kotlinVersion
|
||||
kotlin("kapt") version kotlinVersion
|
||||
|
|
|
|||
Loading…
Reference in a new issue