Home
last modified time | relevance | path

Searched defs:sourceFiles (Results 1 – 1 of 1) sorted by relevance

/appfunctions/appfunctions-compiler/src/main/java/androidx/appfunctions/compiler/core/
DAppFunctionComponentRegistryGenerator.kt96 val sourceFiles = components.flatMap { it.sourceFiles }.toSet() in generateRegistry() constant
118 val sourceFiles: Set<KSFile> = emptySet(), constant in androidx.appfunctions.compiler.core.AppFunctionComponentRegistryGenerator.AppFunctionComponent