I mean... if you go that route then I would say Kotlin isn't really ready to be used as a production language in most places due to the severe lack of tooling, especially when it comes to things like static analysis. Sure ktlint is there, but the rules library is lacking.
So from that perspective, Kotlin is playing catch-up.
Static analysis is the only weak point of kotlin that I'm aware of..
Intellij Idea has by default something that might be considered as static analysis.
I've answered a jetbrains survey recently and they revealed they are working on a new product that would be a full fledged static analyser, maybe this would solve the issue?
Still, they are playing catch-up here.