build: update Kotlin to 1.8.10 (#1824)

This commit is contained in:
EvadeMaster 2023-03-31 22:18:34 +07:00 committed by oSumAtrIX
parent 15ddcaf873
commit 3012df4775
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -1,5 +1,5 @@
plugins {
kotlin("jvm") version "1.7.0"
kotlin("jvm") version "1.8.10"
}
group = "app.revanced"