strelok
06/06/2017, 3:21 AMsuresh
06/06/2017, 4:29 AMKotlinCompile
task. I am using this in my GSK script
tasks.withType<KotlinCompile> {
kotlinOptions {
jvmTarget = javaVersion.toString()
javaParameters = true
}
}
strelok
06/06/2017, 4:40 AMilya.gorbunov
06/06/2017, 6:05 AMstrelok
06/06/2017, 6:08 AM-java-parameters
compileKotlin {
kotlinOptions {
jvmTarget = "1.8"
javaParameters = true
}
}
data class
constructor would randomly stop detecting parameter names after a few times the app stopped and startedilya.gorbunov
06/06/2017, 10:45 AM