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
+2 -6
View File
@@ -16,12 +16,8 @@
buildscript {
ext.kotlin_version = '1.0.3'
repositories {
mavenCentral()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.0.3"
}
apply from: "$rootDir/gradle/kotlinGradlePlugin.gradle"
}
apply plugin: 'java'
apply plugin: 'kotlin'