Add inspection for usages of Kotlin internal declarations in Java
#KT-11393 Fixed
This commit is contained in:
@@ -2074,6 +2074,14 @@
|
||||
language="kotlin"
|
||||
/>
|
||||
|
||||
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.KotlinInternalInJavaInspection"
|
||||
displayName="Usage of Kotlin internal declarations from Java"
|
||||
groupName="Kotlin"
|
||||
enabledByDefault="true"
|
||||
level="ERROR"
|
||||
language="JAVA"
|
||||
/>
|
||||
|
||||
|
||||
<referenceImporter implementation="org.jetbrains.kotlin.idea.quickfix.KotlinReferenceImporter"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user