You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doing it now means we'd have three ways of generating a Kotlin-based project with Gradle:
In 1.x we do not have support for Kotlin in Spring Boot so everything must be generated
In 2.x up to 2.0.0.RC1 (not included) we can rely on Spring Boot's support to reduce the amount of build instructions but we have to set a kotlin.version
As of 2.0.0.RC1 we can but don't have to set the kotlin.version so we could just as well remove it
I am not fan of having three ways so we'll wait for 2.0 to be released to remove option 2.
The text was updated successfully, but these errors were encountered:
See spring-projects/spring-boot#11711 (comment)
Doing it now means we'd have three ways of generating a Kotlin-based project with Gradle:
1.x
we do not have support for Kotlin in Spring Boot so everything must be generated2.x
up to2.0.0.RC1
(not included) we can rely on Spring Boot's support to reduce the amount of build instructions but we have to set akotlin.version
2.0.0.RC1
we can but don't have to set thekotlin.version
so we could just as well remove itI am not fan of having three ways so we'll wait for 2.0 to be released to remove option 2.
The text was updated successfully, but these errors were encountered: