user
12/13/2017, 3:36 PM4.4
) script:
buildscript {
repositories {
jcenter()
mavenCentral()
}
dependencies {
classpath("org.junit.platform:junit-platform-gradle-plugin:1.0.2")
}
}
plugins {
id("org.gradle.idea")
id("org.jetbrains.kotlin.jvm") version "1.1.61"
}
apply {
plugin("org.junit.platform.gradle.plugin")
}
...and I'm unable to "upgrade" Koltin to 1.2
(just by changing the version number to it). How is that working for you?