irus
02/11/2017, 1:22 PMexclude
in gradle in order to use some library that depends on stdlib-1.0.6.ilya.gorbunov
02/11/2017, 2:17 PMirus
02/11/2017, 2:22 PMcompileKotlin.doLast {
kotlinOptions.languageVersion = "1.0"
kotlinOptions.suppressWarnings = true
}
3. compileKotlin, fails, and message tells this is because kotlin-stdlib 1.0.4sdeleuze
02/11/2017, 11:00 PM