Replies: 1 comment
-
Hello! Yes, this is possible. Here's how you can do it:
mokkery {
rule.set(ApplicationRule.All)
}
dependencies {
commonTestImplementation(project(":mocks-module"))
}
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to create a module where I put mocks into the common source sets, and then I would include this module as a project in the commonTest source sets. Is there any way to use Mokkery in common source sets?
Beta Was this translation helpful? Give feedback.
All reactions