tiare.balbi
12/09/2017, 2:36 PMCzar
12/09/2017, 3:07 PMCzar
12/09/2017, 3:08 PMtiare.balbi
12/09/2017, 3:42 PMtiare.balbi
12/09/2017, 3:43 PMw: Runtime JAR files in the classpath should have the same version. These files were found in the classpath:
/Users/tiare/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jre8/1.2.0/505f55b9619bbc5f5e26c77427dd24a6a441eef1/kotlin-stdlib-jre8-1.2.0.jar (version 1.2)
/Users/tiare/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-reflect/1.2.0/4bbda3b5425aa38a9f6960468a29c5ef3e8a28c9/kotlin-reflect-1.2.0.jar (version 1.2)
/Users/tiare/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jre7/1.1.61/59dfce93b1995717338435dd974884007d8e8474/kotlin-stdlib-jre7-1.1.61.jar (version 1.1)
/Users/tiare/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.1.61/fa7813a26c548c9c412dd2d42fb466cfcd8dcf3c/kotlin-stdlib-1.1.61.jar (version 1.1)
`
Czar
12/09/2017, 3:43 PMtiare.balbi
12/09/2017, 3:43 PMCzar
12/09/2017, 3:44 PMkotlin.version=1.2
in your gradle.properties
or setting extra["kotlin.version"] = "1.2"
in build.gradle.kts
tiare.balbi
12/09/2017, 3:46 PM