Home
last modified time | relevance | path

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

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