Home
last modified time | relevance | path

Searched refs:customLintVersion (Results 1 – 1 of 1) sorted by relevance

/tools/metalava/
Dbuild.gradle.kts68 val customLintVersion = findProperty("lintVersion") as String? constant
69 val studioVersion: String = if (customLintVersion != null) {
70 logger.warn("Building using custom $customLintVersion version of Android Lint")
71 customLintVersion