Home
last modified time | relevance | path

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

/frameworks/support/navigation/safe-args-gradle-plugin/src/test/kotlin/androidx/navigation/safeargs/gradle/
DPluginTest.kt83 val appToolkitProperties = File("../../app-toolkit/local.properties") in navResource() constant
84 if (appToolkitProperties.exists()) { in navResource()
85 appToolkitProperties.copyTo(File(projectRoot(), "local.properties"), overwrite = true) in navResource()