Custom_Keyboard/build.gradle.kts
2024-08-22 11:08:10 +08:00

9 lines
405 B
Plaintext

// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
alias(libs.plugins.android.application) apply false
alias(libs.plugins.jetbrains.kotlin.android) 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
kotlin("kapt") version "2.0.0"
}