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-07-13 00:05:59 +00:00
|
|
|
id 'com.android.application' version '8.5.1' apply false
|
2024-07-14 00:04:55 +00:00
|
|
|
id 'com.android.library' version '8.5.1' apply false
|
2024-05-26 00:04:07 +00:00
|
|
|
id 'org.jetbrains.kotlin.android' version '2.0.0' apply false
|
2023-03-21 14:16:14 +01:00
|
|
|
}
|