Reduce boilerplate for applying kotlin-gradle-plugin.

This commit is contained in:
Robert Hencke
2017-08-06 13:21:54 -04:00
committed by ilmat192
parent a0e15a7776
commit 72ca603d71
14 changed files with 31 additions and 70 deletions
+1 -7
View File
@@ -21,13 +21,7 @@ buildscript {
kotlin_version = gradleProperties."kotlin_version"
}
repositories {
mavenCentral()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
apply from: '../../gradle/kotlinGradlePlugin.gradle'
}
apply plugin: 'kotlin'