You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
755 B
Kotlin
17 lines
755 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" apply false
|
|
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
|
|
id("org.jetbrains.kotlin.plugin.serialization") version "1.9.0" apply false
|
|
id("com.google.devtools.ksp") version "1.9.0-1.0.13" apply false
|
|
id("com.mikepenz.aboutlibraries.plugin") version "10.10.0" apply false
|
|
id("com.android.test") version "8.2.0" apply false
|
|
id("org.jetbrains.kotlin.jvm") version "1.9.0" apply false
|
|
id("com.android.library") version "8.2.0" apply false
|
|
}
|
|
|
|
buildscript {
|
|
dependencies {
|
|
classpath("com.google.dagger:hilt-android-gradle-plugin:2.51.1")
|
|
}
|
|
} |