2022-03-01 18:40:53 +01:00
|
|
|
buildscript {
|
|
|
|
ext {
|
2022-03-24 10:13:05 +01:00
|
|
|
compose_version = '1.2.0-alpha06'
|
2022-03-01 18:40:53 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
classpath 'com.google.dagger:hilt-android-gradle-plugin:2.28-alpha'
|
|
|
|
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.5.0-alpha01"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
plugins {
|
|
|
|
id 'com.android.application' version '7.1.1' apply false
|
|
|
|
id 'com.android.library' version '7.1.1' apply false
|
|
|
|
id 'org.jetbrains.kotlin.android' version '1.6.10' apply false
|
|
|
|
}
|
|
|
|
|
|
|
|
task clean(type: Delete) {
|
|
|
|
delete rootProject.buildDir
|
|
|
|
}
|