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 {
|
2023-11-23 01:02:05 +00:00
|
|
|
id 'com.android.application' version '8.1.4' apply false
|
2023-11-23 12:01:48 +00:00
|
|
|
id 'com.android.library' version '8.1.4' apply false
|
2023-11-23 12:04:07 +00:00
|
|
|
id 'org.jetbrains.kotlin.android' version '1.9.21' apply false
|
2023-03-21 14:16:14 +01:00
|
|
|
}
|