statmark56
12/31/2025, 2:35 AM// commonMain
public expect interface Widget
// androidMain
public actual interface Widget {
@Composable
fun Content()
}
Is this declaration safe? GPTs say no, but I try and works. Not sure if I miss any..jw
12/31/2025, 3:40 AMjw
12/31/2025, 3:40 AM