Use the project's version of Kotlin to build Explorer. (#351)

This commit is contained in:
Chris Rankin 2017-03-13 11:44:21 +00:00 committed by GitHub
parent a9412b32f3
commit bea256caf1

View File

@ -1,15 +1,3 @@
buildscript {
ext.kotlin_version = '1.0.3'
repositories {
mavenCentral()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
repositories {
mavenCentral()
maven {