12 lines
No EOL
440 B
Kotlin
12 lines
No EOL
440 B
Kotlin
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
plugins {
|
|
id("com.android.application") version "8.2.0-rc03" apply false
|
|
id("org.jetbrains.kotlin.android") version "1.9.21" apply false
|
|
id("com.google.devtools.ksp") version "1.9.21-1.0.16" apply false
|
|
}
|
|
|
|
buildscript {
|
|
dependencies {
|
|
classpath ("com.google.dagger:hilt-android-gradle-plugin:latest.release")
|
|
}
|
|
} |