<https://twitter.com/snicoll/status/11289397835128...
# feed
s
s
I was waiting for this for a while 🙂
A bit strange that they didn’t make it a configurable option (so that you can choose the KotlinDSL for your Java projects as well) but I’ll take it.
s
That’s a first step
We don’t want to clutter the UX of start.spring.io and we would like to provide opinionated defaults
Support on Java side is planned but later
We first want to gather feedback
v
Is there a webcast we can watch?
s
why is Kotlin 1.2 used and not 1.3?
Copy code
kotlin("jvm") version "1.2.71"
s
@voddan Not yet I think, but there will be one shortly
@Stephan Schroeder Kotlin 1.2 is used by default because it is the baseline for Boot 2.1/Framework 5.1. You can update it to 1.3 it will work. Kotlin 1.3 is used as a baseline for Boot 2.2/Framework 5.2 and is used by default if you choose these versions.
s
👍 thanks, very interesting!
t
Just noticed a small problem with the Java version. https://github.com/spring-io/initializr/issues/900
s
@tiare.balbi Nope, that’s on purpose as hinted by Stéphane Nicoll in the issue.
t
Oh ok! sorry missed it.
s
Np