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/KodeinViewModelScopedFactory.kt
-10Lines changed: 0 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,6 @@ import org.kodein.di.direct
8
8
importorg.kodein.type.TypeToken
9
9
importorg.kodein.type.erased
10
10
11
-
@Deprecated(
12
-
message ="Use the new Compose Multiplatform KodeinViewModelScopedFactory instead from Kodein Framework Compose",
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
@@ -22,12 +22,6 @@ import org.kodein.type.generic
22
22
* @throws DI.DependencyLoopException If the value construction triggered a dependency loop.
23
23
*/
24
24
@Composable
25
-
@Deprecated(
26
-
message ="Use the new Compose Multiplatform rememberViewModel instead from Kodein Framework Compose",
0 commit comments