2025-10-24 20:27:18 +02:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
|
plugins {
|
|
|
|
|
id 'com.android.application' version '8.3.0' apply false
|
|
|
|
|
id 'com.android.library' version '8.3.0' apply false
|
|
|
|
|
id 'org.jetbrains.kotlin.android' version '1.9.20' apply false
|
|
|
|
|
id 'com.google.devtools.ksp' version '1.9.20-1.0.14' apply false
|
2025-10-25 17:33:48 +02:00
|
|
|
id 'org.jlleitschuh.gradle.ktlint' version '12.1.0' apply false
|
|
|
|
|
id 'io.gitlab.arturbosch.detekt' version '1.23.6' apply false
|
2025-10-24 20:27:18 +02:00
|
|
|
}
|