Spring Framework 7.0 will use a Kotlin 2 baseline, using the latest 2.x release at the time of the release. This commit upgrades Kotlin to 2.1.0, and Kotlin Serialization and Coroutines accordingly. Closes gh-33629
11 lines
204 B
INI
11 lines
204 B
INI
version=7.0.0-SNAPSHOT
|
|
|
|
org.gradle.caching=true
|
|
org.gradle.jvmargs=-Xmx2048m
|
|
org.gradle.parallel=true
|
|
|
|
kotlinVersion=2.1.0
|
|
|
|
kotlin.jvm.target.validation.mode=ignore
|
|
kotlin.stdlib.default.dependency=false
|