From 7acd6672a71d2908153b1f195e6e577b5efd38f7 Mon Sep 17 00:00:00 2001 From: grabbou Date: Thu, 16 Apr 2020 15:26:35 +0200 Subject: [PATCH] chore: remove Kotlin version from the default template --- template/android/build.gradle | 3 --- 1 file changed, 3 deletions(-) diff --git a/template/android/build.gradle b/template/android/build.gradle index 3dad13374278d6..ed5a5684245790 100644 --- a/template/android/build.gradle +++ b/template/android/build.gradle @@ -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 }