Weather_App/build.gradle.kts
2025-12-28 20:22:07 +07:00

13 lines
245 B
Plaintext

// build.gradle.kts (Proyek Level)
buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
// Tambahkan plugin Google Services
classpath("com.google.gms:google-services:4.3.15")
}
}