Skip to content

Commit

Permalink
refactor: move RadioConfig logic into separate ViewModel
Browse files Browse the repository at this point in the history
  • Loading branch information
andrekir committed Oct 6, 2023
1 parent 37dad9b commit 3288b07
Show file tree
Hide file tree
Showing 6 changed files with 599 additions and 435 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ dependencies {

// Hilt
implementation "com.google.dagger:hilt-android:$hilt_version"
// implementation "androidx.hilt:hilt-navigation-compose:1.0.0"
implementation "androidx.hilt:hilt-navigation-compose:1.0.0"
ksp "com.google.dagger:hilt-compiler:$hilt_version"

// Navigation
Expand Down
Loading

0 comments on commit 3288b07

Please sign in to comment.