Hey @arnaudgiuliani , the import generated when KOIN_USE_COMPOSE_VIEWMODEL is active is org.koin.compose.viewmodel.dsl.viewModel which is unresolved and throws an error Unresolved reference 'viewmodel'.
.Also from the warning when the above argument is inactive says the import should be from org.koin.core.module.dsl.*
@Deprecated("Moved ViewModel DSL package. Remove old imports and use org.koin.core.module.dsl.*
Hey @arnaudgiuliani , the import generated when
KOIN_USE_COMPOSE_VIEWMODEL
is active isorg.koin.compose.viewmodel.dsl.viewModel
which is unresolved and throws an errorUnresolved reference 'viewmodel'.
.Also from the warning when the above argument is inactive says the import should be from
org.koin.core.module.dsl.*
Potential fix for #171