What's the status of KMP support in rules? I'm ge...
# detekt
e
What's the status of KMP support in rules? I'm getting a
UtilityClassWithPublicConstructor
violation for:
Copy code
expect abstract class PlatformComponent {
  companion object
}
But with KMP it makes sense to have it.
b
We want to support it. But we may have bugs. Please open an issue and we will track it. Please, give us context because I don't know why that code have sense.