DoctorJ/build.gradle

7 lines
296 B
Groovy
Raw Normal View History

2023-11-03 06:59:18 +00: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.1' apply false
id 'com.android.library' version '7.4.1' apply false
id 'org.jetbrains.kotlin.android' version '1.8.0' apply false
2024-01-29 07:56:34 +00:00
2023-11-03 06:59:18 +00:00
}