Hello all, please what's the best way to declare a...
# mockk
c
Hello all, please what's the best way to declare a mock in a multiplatform shared module? I'm seeing the following error when I
declareMock<MySharedModuleClass>
Copy code
Missing MockProvider. Please use MockProvider.register() to register a new mock provider