Even though I mention to ignore @Preview annotation, it still highlights the @Preview functions. Am I doing anything wrong here ?
Copy code
@Preview
@Composable
fun PreviewScreen() {
MaterialTheme { .. }
}
b
Brais Gabin
08/29/2022, 3:05 PM
Could you share how do you report the issue? Do you report the KtFunction? If you do so it seems like an issue to me. I assuming that you are using a new version of detekt.