Carter
05/26/2025, 9:49 AMrunComposeUiTest
to a test case, I get an exception with `NotImplementedError: Implemented as intrinsic`for Kotlin 2.1.21 and Compose 1.8.1 with the WASM target, while the desktop target is fine.
@Test
fun composeTest() = runComposeUiTest {
// throws NotImplementedError: Implemented as intrinsic for WASM target
}
Václav Benes
05/27/2025, 8:01 AMCarter
05/27/2025, 5:15 PMStateFlow.collectAsState()
or collectAsStateWithLifecycle()