Hello everyone. When calling Kotlin’s functions in Java, some Java engineers don’t have enough awareness to check if the parameters of the Kotlin function are allowed to be null or not. Is there an Android Studio plugin that can detect if the Java call to the Kotlin function type is correct? Or can I avoid this problem by another tool?