Skip to content

Commit

Permalink
ADD/#21: Hilt 라이브러리 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
boiledEgg-s committed Jun 26, 2024
1 parent 5f09291 commit 66b0760
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ dependencies {
//Dagger & Hilt
implementation 'com.google.dagger:hilt-android:2.51'
kapt 'com.google.dagger:hilt-compiler:2.51.1'
implementation 'androidx.hilt:hilt-navigation-compose:1.2.0'


implementation ("androidx.lifecycle:lifecycle-runtime-compose:2.8.1")
Expand Down

0 comments on commit 66b0760

Please sign in to comment.