Biblib/build.gradle
Thomas Andres Gomez f33c6392d8 HomePage redesign.
2023-03-28 18:36:03 +02:00

18 lines
No EOL
467 B
Groovy

// 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:7.4.2'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.10'
classpath "com.google.dagger:hilt-android-gradle-plugin:2.43.2"
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}