2022-12-11 08:16:33 +00:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
plugins {
|
2023-01-14 23:30:07 +00:00
|
|
|
id 'com.android.application' version '7.4.0' apply false
|
|
|
|
id 'com.android.library' version '7.4.0' apply false
|
2022-12-11 08:16:33 +00:00
|
|
|
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
|
2013-12-23 19:26:55 +00:00
|
|
|
}
|