Update Gradle and introduce Kotlin

This commit is contained in:
Mauricio Colli 2019-04-28 17:43:50 -03:00 committed by TobiGr
parent 2d41022ee4
commit 137fabee0e
3 changed files with 11 additions and 5 deletions

View file

@ -1,12 +1,14 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.3.50'
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.0'
classpath 'com.android.tools.build:gradle:3.5.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files