chore: remove Kotlin version from the default template

This commit is contained in:
grabbou
2020-04-16 15:26:35 +02:00
parent 5f7b44c72d
commit 7acd6672a7
-3
View File
@@ -11,11 +11,8 @@ buildscript {
google()
jcenter()
}
ext.kotlinVersion = '1.3.0'
dependencies {
classpath("com.android.tools.build:gradle:3.5.3")
// for Detox
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}