Create example application

This commit is contained in:
Gergely Hegedus 2021-07-30 23:33:35 +03:00
parent edf94325d8
commit d9ba8c5e27
24 changed files with 322 additions and 52 deletions

View file

@ -8,7 +8,8 @@ buildscript {
}
dependencies {
classpath "com.android.tools.build:gradle:7.0.0"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files