rook
05/09/2022, 7:29 PMval someFun: (@Composable () -> Unit)? = null
someFun?.invoke() ?: BasicText(text = "Foo")
Edit: Found the issue in the bug tracker: https://issuetracker.google.com/issues/198511576. Unfortunately, it’s still not fixed.tad
05/09/2022, 7:39 PMrook
05/09/2022, 7:40 PM