Suggest to use "-Xskip-metadata-version-check" on incompatible classes in classpath

This commit is contained in:
Alexander Udalov
2016-12-08 12:11:06 +03:00
parent 830d2f6603
commit 513ebb9729
6 changed files with 27 additions and 9 deletions
@@ -62,7 +62,6 @@ object MissingDependencyClassChecker : CallChecker {
return INCOMPATIBLE_CLASS.on(reportOn, source.presentableFqName, incompatibility)
}
if (source.isPreReleaseInvisible) {
// TODO: if at least one PRE_RELEASE_CLASS is reported, display a hint to disable the diagnostic
return PRE_RELEASE_CLASS.on(reportOn, source.presentableFqName)
}
}