I have another question... Today I applied detekt with Twitter compose rules.
And It says Composable function that is content should have modifier param from Top Level. I don't get it. Why is that?
The function is like
@Composable
fun MyView(){
// fixed content.
}