Upgrade to kotlin-stdlib
instead of kotlin-stdlib-jdk8
on Kotlin 1.8+
#1120
Labels
kotlin-stdlib
instead of kotlin-stdlib-jdk8
on Kotlin 1.8+
#1120
With Kotlin 1.8 + , the min JVM target is 1.8. So the Kotlin merged
kotlin-stdlib-jdk7
andkotlin-stdlib-jdk8
tokotlin-stdlib
.Refer to https://kotlinlang.org/docs/whatsnew18.html#updated-jvm-compilation-target
The screen shot like below:
Currently, when try spring-boot 3.1-M1 with starter, still using
kotlin-stdlib-jdk8
:The text was updated successfully, but these errors were encountered: