I think it’s like that… ```val appModule = module ...
# koin
p
I think it’s like that…
Copy code
val appModule = module {
    viewModel { ViewModel1(get { parametersOf(someString) }) }
    viewModel { ViewModel2(get(), get<SomeRepository>(someString)) }
}