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-05-05 00:05:01 +00:00
|
|
|
id 'com.android.application' version '8.4.0' apply false
|
2024-04-12 23:02:21 +00:00
|
|
|
id 'com.android.library' version '8.3.2' apply false
|
2024-03-08 01:01:56 +00:00
|
|
|
id 'org.jetbrains.kotlin.android' version '1.9.23' apply false
|
2023-03-21 14:16:14 +01:00
|
|
|
}
|