2023-03-21 14:16:14 +01:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
plugins {
|
2025-03-01 02:01:20 +00:00
|
|
|
id 'com.android.application' version '8.8.2' apply false
|
2025-03-02 02:02:03 +00:00
|
|
|
id 'com.android.library' version '8.8.2' apply false
|
2025-01-28 02:01:18 +00:00
|
|
|
id 'org.jetbrains.kotlin.android' version '2.1.10' apply false
|
2023-03-21 14:16:14 +01:00
|
|
|
}
|