Convert top-level build.gradle to Kotlin

This commit is contained in:
2021-01-16 13:55:26 -06:00
parent a5dfe0ec51
commit 8206450456
8 changed files with 40 additions and 63 deletions

View File

@@ -26,11 +26,6 @@ plugins {
id "org.jlleitschuh.gradle.ktlint"
}
repositories {
google()
jcenter()
}
android {
compileSdkVersion COMPILE_SDK_VERSION as Integer