Look4Sat/build.gradle

17 wiersze
454 B
Groovy

buildscript {
dependencies {
classpath "com.google.dagger:hilt-android-gradle-plugin:2.40.5"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.4.1"
}
}
plugins {
id "com.android.application" version '7.1.2' apply false
id "com.android.library" version '7.1.2' apply false
id "org.jetbrains.kotlin.android" version "1.6.10" apply false
}
task clean(type: Delete) {
delete rootProject.buildDir
}