Provide library producer compiler version in klib abi mismatch disagnostics
This commit is contained in:
committed by
alexander-gorshenev
parent
fac71ac812
commit
a635748848
@@ -204,7 +204,7 @@ abstract class KotlinLibraryProperResolverWithAttributes<L : KotlinLibrary>(
|
|||||||
knownAbiVersions!!.contains(candidateAbiVersion)
|
knownAbiVersions!!.contains(candidateAbiVersion)
|
||||||
|
|
||||||
if (!abiVersionMatch) {
|
if (!abiVersionMatch) {
|
||||||
logger.warning("skipping $candidatePath. The abi versions don't match. Expected '${knownAbiVersions}', found '${candidateAbiVersion}'")
|
logger.warning("skipping $candidatePath. The abi versions don't match. Expected '${knownAbiVersions}', found '${candidateAbiVersion}'. The library produced by ${candidateCompilerVersion} compiler")
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user