Nabil Serbout
Results
2
comments of
Nabil Serbout
@arnaudgiuliani what do you suggest as a solution for this issue, I'm had le same problem when trying migrate from v2 -> v3 no scope.viewModel found
I guess we can use something like this: ``` val ourSession = getKoin().getOrCreateScope("ourSession", named()).let { scope.linkTo(it) } private val viewModel by viewModel { parametersOf(this) } ```