|
|
|
|
|
by The_rationalist
2215 days ago
|
|
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. There is also detekt but it's true it is inferior to solution that Java has.
https://github.com/detekt/detekt PMD is targeting kotlin initial support for their next major release
https://github.com/pmd/pmd/issues/419 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? |
|