Hello, I'm using Mockative and my tests are actual...
# multiplatform
c
Hello, I'm using Mockative and my tests are actually working with old kotlin version, but now, I have this error :
A mock for the type SplashScreenRepository was not generated.
Copy code
Make sure the property holding the mock is annotated with @Mock:

    @Mock
    private val myMock = mock(classOf<SplashScreenRepository>())
io.mockative.NoSuchMockException: A mock for the type SplashScreenRepository was not generated.
Is it the fault of version 2.0.0-RC2? Thank you a lot !