Is there're a way to make it working?
# compose
a
Is there're a way to make it working?
a
Copy code
class MainActivity {
    //CODE
}

@Composable
fun Greeting() {
    //CODE
}

@Preview
@Composable
fun Preview() {
    //CODE
}
l
It tells you what to do
The function must be a top-level function
👆🏻 1
a
yeap. it must be top level
but it's already top level, isn't it?
l
No, it’s inside the
MainActivity
class
a
OMG. Okay
l
🤦🏼
😂 2