Searched refs:newTxt (Results 1 – 1 of 1) sorted by relevance
656 val newTxt = getCanonicalSignatures(apiFile) in checkCompatibility() constant657 if (newTxt != currentTxt) { in checkCompatibility()658 val diff = getNativeDiff(signatureFile, apiFile) ?: getDiff(currentTxt, newTxt, 1) in checkCompatibility()