You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: framework/compose/kodein-di-framework-android-x-compose/src/main/kotlin/org/kodein/di/compose/android/viewModel.kt
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -86,12 +86,6 @@ public inline fun <reified VM : ViewModel> viewModel(
86
86
* @throws DI.DependencyLoopException If the value construction triggered a dependency loop.
87
87
*/
88
88
@Composable
89
-
@Deprecated(
90
-
message ="Use the new Compose Multiplatform rememberViewModel instead from Kodein Framework Compose",
0 commit comments