Kapt3: Ignore inner classes with clashing names (KT-16458)
Ignore classes (and references to such classes in declaration signatures) if one of the containing classes has the same simple name. This is forbidden in Java, thus should not be present in kapt source stubs.
This commit is contained in:
@@ -187,6 +187,7 @@ messages/**)
|
||||
|
||||
-keepclassmembers class org.jetbrains.org.objectweb.asm.Type {
|
||||
*** ARRAY;
|
||||
*** OBJECT;
|
||||
}
|
||||
|
||||
-keepclassmembers class org.jetbrains.org.objectweb.asm.ClassReader {
|
||||
|
||||
Reference in New Issue
Block a user