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