Update Kotlin

This commit is contained in:
Mygod
2018-03-07 23:27:38 -08:00
parent a139632d04
commit ea4fd9f174

View File

@@ -1,9 +1,11 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
apply plugin: 'com.github.ben-manes.versions'
buildscript { buildscript {
ext { ext {
androidPluginVersion = '3.0.1' androidPluginVersion = '3.0.1'
kotlinVersion = '1.2.21' kotlinVersion = '1.2.30'
supportLibraryVersion = '27.1.0' supportLibraryVersion = '27.1.0'
takisoftFixVersion = '27.1.0.0' takisoftFixVersion = '27.1.0.0'
} }
@@ -13,6 +15,7 @@ buildscript {
} }
dependencies { dependencies {
classpath "com.android.tools.build:gradle:$androidPluginVersion" classpath "com.android.tools.build:gradle:$androidPluginVersion"
classpath 'com.github.ben-manes:gradle-versions-plugin:0.17.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
} }
} }