build: Update kotlin 1.7.20

This commit is contained in:
keta1
2022-09-30 08:57:36 +08:00
parent 557ba2db52
commit 9ba5b69ae7
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ import java.io.File
import java.util.Properties
object Version {
const val kotlin = "1.7.10"
const val kotlin = "1.7.20"
const val ksp = "1.0.6"
val java = JavaVersion.VERSION_11