2024-03-17 14:50:15 +01:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
|
|
|
|
plugins {
|
2024-12-03 03:27:24 +00:00
|
|
|
id 'com.android.application' version '8.7.3' apply false
|
2024-12-08 01:02:45 +00:00
|
|
|
id 'com.android.library' version '8.7.3' apply false
|
2024-11-28 01:05:00 +00:00
|
|
|
id 'org.jetbrains.kotlin.android' version '2.1.0' apply false
|
2024-12-07 01:05:26 +00:00
|
|
|
id 'com.autonomousapps.dependency-analysis' version '2.6.0' apply true
|
2024-03-17 14:50:15 +01:00
|
|
|
}
|