Trace_Drawing_com.trace.dra.../build.gradle.kts
2025-06-04 11:09:50 +08:00

12 lines
489 B
Plaintext

// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.1.0" apply false
id("org.jetbrains.kotlin.android") version "1.8.20" apply false
// id("com.google.gms.google-services") version "4.3.15" apply false
// id ("com.google.firebase.crashlytics") version "2.9.2" apply false
}
buildscript{
dependencies{
classpath("io.objectbox:objectbox-gradle-plugin:4.0.3")
}
}