Use Kotlin 1.7.20 (#1677)

fixes #1670 by also updating ksp
This commit is contained in:
ligi 2022-10-01 06:10:22 +02:00 committed by GitHub
parent 906a9bbfe3
commit 30fe54fdf6
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 { buildscript {
ext { ext {
KOTLIN_VERSION = "1.7.10" KOTLIN_VERSION = "1.7.20"
KETHEREUM_VERSION = "0.85.7" KETHEREUM_VERSION = "0.85.7"
} }

View File

@ -1,5 +1,5 @@
plugins { plugins {
id("com.google.devtools.ksp").version("1.7.10-1.0.6") id("com.google.devtools.ksp").version("1.7.20-1.0.6")
id("maven-publish") id("maven-publish")
} }