Reports Kotlin external function with internal visibility. Kotlin compiler mangles the name of an internal function with the build variant, which could cause UnsatisfiedLinkError at runtime depending on the build variant. The inspection offers a quick fix to create a private external function and delegate the internal function to it.