Hello, is it possible to implement some sort of: ...
# multiplatform
a
Hello, is it possible to implement some sort of:
Copy code
@get:Rule
val mainDispatcherRule = MainDispatcherRule()
On the
commonTest
folder in a KMP project? I'm asking this because I have a viewModel tests implemented in my project, runs ok from desktop but for Android it need that rule
j
Expect/actual over an abstract test class?