I have another question... Today I applied detekt ...
# compose
c
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
Copy code
@Composable
fun MyView(){
    // fixed content.
}