I would like to find all usage of platform types by my Kotlin code, to identify unannotated Java code that I depend on.
I tried running the “Function or property has platform type” inspection in IntelliJ, but this only finds Kotlin functions that have platform types. I’d like to find all usage of platform types.
I couldn’t find a compiler flag that does anything like this either. Is it possible?