Update to Kotlin 1.9.0 (#1719)

This commit is contained in:
Zac Sweers
2023-08-03 13:33:12 -04:00
committed by GitHub
parent 7732295aa8
commit f6f80a40dd
5 changed files with 11 additions and 9 deletions

View File

@@ -2,10 +2,10 @@
autoService = "1.1.1"
gjf = "1.15.0"
jvmTarget = "1.8"
kotlin = "1.8.22"
kotlinCompileTesting = "0.2.1"
kotlin = "1.9.0"
kotlinCompileTesting = "0.3.1"
kotlinpoet = "1.14.2"
ksp = "1.8.22-1.0.11"
ksp = "1.9.0-1.0.13"
ktlint = "0.48.2"
[plugins]