Home
last modified time | relevance | path

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

/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/
DKotlinSymbolProcessingPlugin.kt68 val contentRoots = configuration[CLIConfigurationKeys.CONTENT_ROOTS] ?: emptyList() in registerProjectComponents() constant
/external/dokka/core/src/main/kotlin/Generation/
DDokkaGenerator.kt175 val contentRoots = coreEnvironment.configuration.get(CLIConfigurationKeys.CONTENT_ROOTS) in parseJavaPackageDocs() constant