|
|
|
|
@ -5,9 +5,9 @@ buildscript {
|
|
|
|
|
mavenCentral()
|
|
|
|
|
}
|
|
|
|
|
dependencies {
|
|
|
|
|
classpath 'com.android.tools.build:gradle:7.2.2'
|
|
|
|
|
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21'
|
|
|
|
|
classpath 'com.google.dagger:hilt-android-gradle-plugin:2.42'
|
|
|
|
|
classpath 'com.android.tools.build:gradle:7.3.0'
|
|
|
|
|
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10'
|
|
|
|
|
classpath 'com.google.dagger:hilt-android-gradle-plugin:2.43.2'
|
|
|
|
|
|
|
|
|
|
// NOTE: Do not place your application dependencies here; they belong
|
|
|
|
|
// in the individual module build.gradle files
|
|
|
|
|
|