```// commonMain public expect interface Widget /...
# multiplatform
s
Copy code
// 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..
j
Yes, it's fine.
👍 1
thank you color 1
By virtue of its nature you shouldn't trust an LLM as an authority on anything ever.
10
😅 1
👍 1
🤝 1