feat: setup kotlin

This commit is contained in:
yungblud
2023-05-01 18:09:58 +09:00
parent 650b3a6a24
commit 0ca348f4b5
2 changed files with 69 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
buildscript {
ext {
buildToolsVersion = "31.0.0"
kotlinVersion = "1.6.10"
kotlinVersion = "1.6.20"
minSdkVersion = 21
compileSdkVersion = 31
targetSdkVersion = 31
@@ -20,6 +20,7 @@ buildscript {
classpath("com.facebook.react:react-native-gradle-plugin")
classpath("de.undercouch:gradle-download-task:5.0.1")
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath "org.jetbrains.kotlin:kotlin-android-extensions:$kotlinVersion"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}