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
+3
View File
@@ -0,0 +1,3 @@
ext {
kotlinVersion = '1.1.4-3'
}