david.grygar
Results
2
comments of
david.grygar
Hi, can I get and use `viewModelOf` in `commonMain` if we use SwiftUI on iOS side? What import/imports is needed for this? I have `3.6.0-Beta4` version.
Is this temporary workaround? ``` @Mock private val somethingMock = configure(mock(classOf())) { stubsUnitByDefault = true } ```