Hello, New on Koin, it's reallyan amazing tool to...
# koin
s
Hello, New on Koin, it's reallyan amazing tool to work with, compare to the complexity of gradle. Love it so far. But, while trying to work on unit test, i've end up with the following problem. My viewModel can't be created and the error message is just "nul" so... i'm a bit lost on how to solve it 😕 Here my repo https://github.com/soundlicious/RatLab for cloning.
Solved, i was missing @get:Rule var rule: TestRule = InstantTaskExecutorRule() in my test class
👍 1