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-06-11 21:54:05 +00:00
|
|
|
id 'com.android.application' version '8.0.2' apply false
|
|
|
|
id 'com.android.library' version '8.0.2' apply false
|
2023-06-11 22:01:21 +00:00
|
|
|
id 'org.jetbrains.kotlin.android' version '1.8.21' apply false
|
2013-12-23 19:26:55 +00:00
|
|
|
}
|