Skip to content

Commit 7acd667

Browse files
committedApr 16, 2020
chore: remove Kotlin version from the default template
1 parent 5f7b44c commit 7acd667

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎template/android/build.gradle

-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,8 @@ buildscript {
1111
google()
1212
jcenter()
1313
}
14-
ext.kotlinVersion = '1.3.0'
1514
dependencies {
1615
classpath("com.android.tools.build:gradle:3.5.3")
17-
// for Detox
18-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
1916
// NOTE: Do not place your application dependencies here; they belong
2017
// in the individual module build.gradle files
2118
}

0 commit comments

Comments
 (0)
Please sign in to comment.