Skip to content

Commit

Permalink
Merge pull request #172 from kibettheophilus/fix-compose-import
Browse files Browse the repository at this point in the history
Fix compose import
  • Loading branch information
arnaudgiuliani authored Oct 16, 2024
2 parents ba64ce6 + 1c58e34 commit 6bf112b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ val SCOPED = DefinitionAnnotation("scoped", annotationType = Scoped::class)
val KOIN_VIEWMODEL = DefinitionAnnotation("viewModel", "org.koin.androidx.viewmodel.dsl.viewModel", KoinViewModel::class)

//TODO Remove isComposeViewModelActive with Koin 4
val KOIN_VIEWMODEL_COMPOSE = DefinitionAnnotation("viewModel", "org.koin.compose.viewmodel.dsl.viewModel", KoinViewModel::class)
val KOIN_VIEWMODEL_COMPOSE = DefinitionAnnotation("viewModel", "org.koin.core.module.dsl.viewModel", KoinViewModel::class)

val KOIN_WORKER = DefinitionAnnotation("worker", "org.koin.androidx.workmanager.dsl.worker", KoinWorker::class)

Expand Down

0 comments on commit 6bf112b

Please sign in to comment.