https://kotlinlang.org logo
#feed
Title
# feed
s

sdeleuze

05/16/2019, 10:06 AM
s

Stephan Schroeder

05/16/2019, 10:32 AM
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

sdeleuze

05/16/2019, 10:39 AM
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

voddan

05/16/2019, 11:11 AM
Is there a webcast we can watch?
s

Stephan Schroeder

05/16/2019, 11:18 AM
why is Kotlin 1.2 used and not 1.3?
Copy code
kotlin("jvm") version "1.2.71"
s

sdeleuze

05/16/2019, 2:57 PM
@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

Stephan Schroeder

05/16/2019, 3:09 PM
👍 thanks, very interesting!
t

tiare.balbi

05/16/2019, 3:10 PM
Just noticed a small problem with the Java version. https://github.com/spring-io/initializr/issues/900
s

sdeleuze

05/16/2019, 3:16 PM
@tiare.balbi Nope, that’s on purpose as hinted by Stéphane Nicoll in the issue.
t

tiare.balbi

05/16/2019, 3:18 PM
Oh ok! sorry missed it.
s

sdeleuze

05/16/2019, 3:18 PM
Np
4 Views