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
@@ -3,9 +3,7 @@ allprojects {
version = '0.0.1'
}
ext {
kotlinVersion = '1.1.2-4'
}
apply from: 'properties.gradle'
subprojects {
apply plugin: 'java'