-
Notifications
You must be signed in to change notification settings - Fork 18
Incompatible with CMP 1.9.0-alpha02 #122
Copy link
Copy link
Open
Description
Ultron unable to run UI test with new CMP 1.9.0-alpha02. It fails with following error:
kotlin.native.internal.IrLinkageError: Function 'runComposeUiTest' can not be called: No function found for symbol 'androidx.compose.ui.test/runComposeUiTest|runComposeUiTest(kotlin.coroutines.CoroutineContext;kotlin.Function1<androidx.compose.ui.test.ComposeUiTest,kotlin.Unit>){}[0]'
at kotlin.Throwable#<init>(/opt/buildAgent/work/2d153abd4d2c0600/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/Throwable.kt:30)
at kotlin.Error#<init>(/opt/buildAgent/work/2d153abd4d2c0600/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/Exceptions.kt:12)
at kotlin.native.internal.IrLinkageError#<init>(/opt/buildAgent/work/2d153abd4d2c0600/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/native/internal/RuntimeUtils.kt:138)
at kotlin.native.internal#ThrowIrLinkageError(/opt/buildAgent/work/2d153abd4d2c0600/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/native/internal/RuntimeUtils.kt:142)
at com.atiurin.ultron.core.compose#runUltronUiTest(/Users/runner/work/ultron/ultron/ultron-compose/src/commonMain/kotlin/com/atiurin/ultron/core/compose/UltronUiTest.kt:14)
at com.atiurin.ultron.core.compose#runUltronUiTest$default(/Users/runner/work/ultron/ultron/ultron-compose/src/commonMain/kotlin/com/atiurin/ultron/core/compose/UltronUiTest.kt:9)
It seems like the reason is suspend modifier for block parameter in runComposeUiTest (Details in CMP Release Notes)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels