SAE41_2022/build.gradle

6 lines
295 B
Groovy
Raw Normal View History

2023-03-19 22:36:49 +01:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
2023-03-22 10:30:43 +01:00
id 'com.android.application' version '7.2.1' apply false
id 'com.android.library' version '7.2.1' apply false
2023-03-19 22:36:49 +01:00
id 'org.jetbrains.kotlin.android' version '1.8.0' apply false
}