Are you familiar with mockk? I added in build.grad...
# android
i
Are you familiar with mockk? I added in build.gradle:
testImplementation "io.mockk:mockk:1.8.9"
the sync works smooth, with no error messages,but if I try to write `val class =mockk<ClassWhatever> `I get an unresolved reference, the library is present, I have also tried to install apart Mockito, but does not work
g
#mockk