Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaslogen authored Apr 21, 2023
1 parent 3e47f1f commit 8de2336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resacakoin/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Short lived View Models provided by [**Koin**](https://insert-koin.io/docs/reference/koin-android/start/) with the right scope in
Android [Compose](https://developer.android.com/jetpack/compose).

This library (`com.github.sebaslogen.resaca:resacakoin`) is **only** required if you want to use ViewModels with a [SavedStateHandle](https://developer.android.com/topic/libraries/architecture/viewmodel/viewmodel-savedstate)
This library (`com.github.sebaslogen.resaca:resacakoin`) is **only required if you want to use ViewModels with a [SavedStateHandle](https://developer.android.com/topic/libraries/architecture/viewmodel/viewmodel-savedstate)**
construtor parameter. If this is not your case, you can simply use the base resaca library (`com.github.sebaslogen.resaca:resaca`) with `viewModelScoped` function in combination with Koin getters.

# Why
Expand Down

0 comments on commit 8de2336

Please sign in to comment.