Title
i

irus

02/11/2017, 1:22 PM
for example some people have to use
exclude
in gradle in order to use some library that depends on stdlib-1.0.6.
i

ilya.gorbunov

02/11/2017, 2:17 PM
irus: Why so? Doesn't gradle automatically select the newest version?
i

irus

02/11/2017, 2:22 PM
I doesn't face this problem personaly, but people asked me help: 1. kotlin beta-38 2. gradle setup:
compileKotlin.doLast {
      kotlinOptions.languageVersion = "1.0"
      kotlinOptions.suppressWarnings = true
  }
3. compileKotlin, fails, and message tells this is because kotlin-stdlib 1.0.4
s

sdeleuze

02/11/2017, 11:00 PM
In Spring we use optional (similar to compileOnly) dependencies
I was thinking about start.spring.io where we provide project starters