Skip to content

Commit

Permalink
remove hilt from sample
Browse files Browse the repository at this point in the history
  • Loading branch information
yzzzd committed Mar 27, 2023
1 parent 5137ffe commit 5d64ee7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'com.android.application'
id 'kotlin-android'
id 'kotlin-kapt'
id 'dagger.hilt.android.plugin'
// id 'dagger.hilt.android.plugin'
id 'kotlin-parcelize'
// id 'com.google.gms.google-services'
// id 'com.google.firebase.crashlytics'
Expand Down Expand Up @@ -52,8 +52,8 @@ android {
dependencies {
implementation project(path: ':core')

implementation 'com.google.dagger:hilt-android:2.44.2'
kapt 'com.google.dagger:hilt-compiler:2.44.2'
// implementation 'com.google.dagger:hilt-android:2.44.2'
// kapt 'com.google.dagger:hilt-compiler:2.44.2'

kapt 'com.github.bumptech.glide:compiler:4.13.2'
kapt 'androidx.room:room-compiler:2.5.1'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
dependencies {
classpath 'com.google.dagger:hilt-android-gradle-plugin:2.44.2'
// classpath 'com.google.dagger:hilt-android-gradle-plugin:2.44.2'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.4'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit 5d64ee7

Please sign in to comment.