Files
AndroidJetpack/Jetpack-Compose-Playground/build.gradle.kts
T
2026-07-15 16:57:36 +08:00

18 lines
494 B
Kotlin

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:8.6.1")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${libs.versions.kotlin.get()}")
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}