Parcelable: Migrate to canonical NEW-DUP-INVOKESPECIAL form (KT-20545)
This commit is contained in:
@@ -75,8 +75,6 @@ class KaptJavaLog(
|
||||
}
|
||||
|
||||
override fun report(diagnostic: JCDiagnostic) {
|
||||
System.err.println("Diagnostic code: ${diagnostic.code}")
|
||||
|
||||
if (diagnostic.type == JCDiagnostic.DiagnosticType.ERROR && diagnostic.code in IGNORED_DIAGNOSTICS) {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user