Exclude kotlin.reflect.jvm.internal.impl from import and completion in project

This commit is contained in:
Alexander Udalov
2016-02-25 18:23:40 +03:00
parent edb684fee0
commit 71170d32cb
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="JavaProjectCodeInsightSettings">
<excluded-names>
<name>kotlin.reflect.jvm.internal.impl</name>
</excluded-names>
</component>
</project>