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 {
|
2024-10-02 00:02:46 +00:00
|
|
|
id 'com.android.application' version '8.7.0' apply false
|
2024-09-22 00:04:51 +00:00
|
|
|
id 'com.android.library' version '8.6.1' apply false
|
2024-08-25 00:02:31 +00:00
|
|
|
id 'org.jetbrains.kotlin.android' version '2.0.20' apply false
|
2023-03-21 14:16:14 +01:00
|
|
|
}
|