Searched defs:compiledSources (Results 1 – 5 of 5) sorted by relevance
60 val compiledSources = createReleaseApiConfiguration() in Project() constant
71 @get:Classpath abstract val compiledSources: ConfigurableFileCollection in <lambda>() constant in androidx.build.kythe.GenerateJavaKzipTask
88 @get:Classpath abstract val compiledSources: ConfigurableFileCollection in <lambda>() constant in androidx.build.kythe.GenerateKotlinKzipTask
162 val (compiledSources, sourceSets) = in <lambda>() constant206 val compiledSources = getCompiledSources(runnerProject, sourcesMavenId) in <lambda>() constant
94 @get:Classpath var compiledSources: FileCollection = project.files() variable