LV 2.0: drop reporting FIR_COMPILED_CLASS and relevant stuff
#KT-62056 Fixed Related to KT-59171, KT-61951
This commit is contained in:
committed by
Space Team
parent
d4640cb576
commit
a77b758efa
-3
@@ -59,9 +59,6 @@ object MissingDependencyClassChecker : CallChecker {
|
||||
if (source.isPreReleaseInvisible) {
|
||||
return PRE_RELEASE_CLASS.on(reportOn, source.presentableString)
|
||||
}
|
||||
if (source.abiStability == DeserializedContainerAbiStability.FIR_UNSTABLE) {
|
||||
return FIR_COMPILED_CLASS.on(reportOn, source.presentableString)
|
||||
}
|
||||
if (source.abiStability == DeserializedContainerAbiStability.IR_UNSTABLE) {
|
||||
return IR_WITH_UNSTABLE_ABI_COMPILED_CLASS.on(reportOn, source.presentableString)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user