mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-07 00:38:46 +00:00
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:
@@ -1,9 +1,7 @@
|
||||
apply plugin: 'kotlin'
|
||||
|
||||
buildscript {
|
||||
ext {
|
||||
kotlinVersion = '1.1.2-4'
|
||||
}
|
||||
apply from: '../properties.gradle'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
||||
Reference in New Issue
Block a user