blob: 75729a54c86010cc93e570be18c5f787efc54004 [file] [log] [blame]
buildscript {
dependencies {
classpath("com.google.dagger:hilt-android-gradle-plugin:2.40.5")
classpath("com.google.android.gms:oss-licenses-plugin:0.10.5")
}
}
plugins {
id("com.android.application") version "7.2.1" apply false
id("com.android.library") version "7.2.1" apply false
id("org.jetbrains.kotlin.android") version Versions.KOTLIN apply false
}
tasks.register("clean") {
delete(rootProject.buildDir)
}