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
Brais Gabin
03/07/2022, 10:35 AM
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.