Bump Kotlin to 2.2.20, minimum Kotlin to 2.1 (#1232)

The current version of the kotlin-gradle plugin is not compatible with
Gradle 9.1, causing error `java.lang.NoSuchMethodError:
 'org.gradle.api.Project org.gradle.api.artifacts.ProjectDependency.getDependencyProject()'`

Also, the Kotlin 2.0 language target is deprecated as of Kotlin 2.2.
This commit is contained in:
Daniel Chao
2025-10-08 21:40:35 -07:00
committed by GitHub
parent ffa3c14fb3
commit 98ab741c54
21 changed files with 608 additions and 349 deletions

View File

@@ -29,7 +29,7 @@ jmhPlugin = "0.7.2"
jsr305 = "3.+"
junit = "5.+"
junitPlatform = "1.+"
kotlin = "2.0.21"
kotlin = "2.2.20"
# 1.7+ generates much more verbose code
kotlinPoet = "1.6.+"
kotlinxHtml = "0.11.0"