Searched refs:extraAnnotationsDir (Results 1 – 1 of 1) sorted by relevance
1394 val extraAnnotationsDir = File("stub-annotations/src/main/java") in <lambda>() constant1395 if (!extraAnnotationsDir.isDirectory) { in <lambda>()1396 …fail("Couldn't find $extraAnnotationsDir: Is the pwd set to the root of the metalava source code?") in <lambda>()1397 … fail("Couldn't find $extraAnnotationsDir: Is the pwd set to the root of an Android source tree?") in <lambda>()1400 … gatherSources(listOf(extraAnnotationsDir)).asSequence().map { it.path }.toList().toTypedArray() in <lambda>()