PHondogo
10/19/2023, 11:51 AMinterface ITest {
@Composable
fun Test(
content: @Composable (() -> Unit)? = null // compilation error: Abstract Composable functions cannot have parameters with default values
)
}
Is this temporary limitation?