Use Kotlin 1.6.20 and ksp 1.0.5

This commit is contained in:
ligi 2022-04-11 11:39:10 +02:00
parent 74e34a8feb
commit d871ec4c27
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
buildscript {
ext {
KOTLIN_VERSION = "1.6.10"
KOTLIN_VERSION = "1.6.20"
KETHEREUM_VERSION = "0.85.7"
}

View File

@ -1,5 +1,5 @@
plugins {
id("com.google.devtools.ksp").version("1.6.10-1.0.2")
id("com.google.devtools.ksp").version("1.6.20-1.0.5")
id("maven-publish")
}