Share kotlin version config between buildSrc and project (#353)

* Share kotlin version config between buildSrc and project
* Use built-in Kotlin MessageCollector
This commit is contained in:
Gary Tierney
2017-09-16 02:39:34 +01:00
committed by Major
parent cb14c32b71
commit b32b98eb86
6 changed files with 25 additions and 33 deletions
+1 -3
View File
@@ -1,9 +1,7 @@
apply plugin: 'kotlin'
buildscript {
ext {
kotlinVersion = '1.1.2-4'
}
apply from: '../properties.gradle'
repositories {
mavenCentral()