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 {
|
|
|
|
id 'com.android.application' version '7.4.2' apply false
|
|
|
|
id 'com.android.library' version '7.4.2' apply false
|
2023-11-22 01:03:04 +00:00
|
|
|
id 'org.jetbrains.kotlin.android' version '1.9.20' apply false
|
2023-03-21 14:16:14 +01:00
|
|
|
}
|