Randomly hitting this today: ```IllegalStateExcep...
# compose
b
Randomly hitting this today:
Copy code
IllegalStateException: Couldn't obtain compiled function body for IrBasedSimpleFunctionDescriptor: FUN FUNCTION_FOR_DEFAULT_PARAMETER name:Column$default visibility:public modality:FINAL <> (modifier:androidx.compose.ui.Modifier?, verticalArrangement:androidx.compose.foundation.layout.Arrangement.Vertical?, horizontalAlignment:androidx.compose.ui.Alignment.Horizontal?, content:@[Composable] @[ExtensionFunctionType] kotlin.Function1<androidx.compose.foundation.layout.ColumnScope, kotlin.Unit>, $mask0:<http://kotlin.Int|kotlin.Int>, $handler:kotlin.Any?) returnType:kotlin.Unit [inline]
Copy code
@Composable
fun Profile() {
    Column {
        Text(text = "Profile")
    }
}
compose 1.0.0-rc02