android: Enable Kotlin support

This commit is contained in:
Charles Lombardo 2023-03-06 02:01:37 -05:00 committed by bunnei
parent 96ea063b45
commit 834d53fbbf
4 changed files with 30 additions and 26 deletions

View file

@ -1,24 +1,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.4.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
jcenter()
}
plugins {
id 'com.android.application' version '7.4.2' apply false
id 'com.android.library' version '7.4.2' apply false
id 'org.jetbrains.kotlin.android' version '1.8.10' apply false
}
task clean(type: Delete) {