Kotlin 2.1 and friends (#1966)

* Kotlin 2.1 and friends

* fix kotlin 2.1 aliases nullability (#1982)

---------

Co-authored-by: Florian LE FICHER <florian.leficher@gmail.com>
This commit is contained in:
Jake Wharton
2025-08-27 20:46:36 -04:00
committed by GitHub
parent 956776edbb
commit ae4e728e7a
9 changed files with 139 additions and 96 deletions

View File

@@ -2,11 +2,10 @@
autoService = "1.1.1"
jdk = "21"
jvmTarget = "1.8"
kotlin = "2.0.0"
# No 0.5.0 full release yet due to KSP's 1.0.21 release being busted for CLI/programmatic use
kotlinCompileTesting = "0.5.0-alpha07"
kotlin = "2.1.21"
kotlinCompileTesting = "0.7.1"
kotlinpoet = "2.2.0"
ksp = "2.0.21-1.0.25"
ksp = "2.1.21-2.0.1"
[plugins]
dokka = { id = "org.jetbrains.dokka", version = "2.0.0" }