6 lines
310 B
Kotlin
6 lines
310 B
Kotlin
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
plugins {
|
|
id("com.android.application") version "8.10.1" apply false
|
|
id("org.jetbrains.kotlin.android") version "2.1.21" apply false
|
|
id("io.gitlab.arturbosch.detekt") version "1.23.8" apply false
|
|
}
|