Skip to content

Commit

Permalink
Merge pull request #11 from takahirom/takahirom/fix-deprecated-lifecy…
Browse files Browse the repository at this point in the history
…cleowner/2024-09-20

Fix package name of deprecated LocalLifecycleOwner
  • Loading branch information
takahirom authored Sep 20, 2024
2 parents e2f6536 + 5a38fd8 commit 683f860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rin/src/commonMain/kotlin/io/github/takahirom/rin/Rin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ import androidx.compose.runtime.SideEffect
import androidx.compose.runtime.compositionLocalOf
import androidx.compose.runtime.currentCompositeKeyHash
import androidx.compose.runtime.remember
import androidx.compose.ui.platform.LocalLifecycleOwner
import androidx.lifecycle.Lifecycle
import androidx.lifecycle.LifecycleOwner
import androidx.lifecycle.ViewModel
import androidx.lifecycle.compose.LocalLifecycleOwner
import androidx.lifecycle.viewmodel.compose.viewModel
import androidx.lifecycle.viewmodel.viewModelFactory

Expand Down

0 comments on commit 683f860

Please sign in to comment.