Use kotlin 1.8.0 - replaces #2076 (#2078)

This commit is contained in:
ligi 2022-12-29 13:26:31 +01:00 committed by GitHub
parent 77c3242506
commit 947b2b279b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
buildscript {
ext {
KOTLIN_VERSION = "1.7.22"
KOTLIN_VERSION = "1.8.0"
KETHEREUM_VERSION = "0.85.7"
}

View File

@ -1,5 +1,5 @@
plugins {
id("com.google.devtools.ksp").version("1.7.22-1.0.8")
id("com.google.devtools.ksp").version("1.8.0-1.0.8")
id("maven-publish")
}