Searched defs:sourceSet (Results 1 – 9 of 9) sorted by relevance
48 val sourceSet = in Project() constant
233 project.files(sourceSets.map { it.map { sourceSet -> sourceSet.sourcePaths } }) in <lambda>() method235 project.files(sourceSets.map { it.map { sourceSet -> sourceSet.dependencyClasspath } }) in <lambda>() method241 it.filter { sourceSet -> sourceSet.dependsOnSourceSets.isEmpty() } in <lambda>() method242 .map { sourceSet -> sourceSet.sourcePaths } in <lambda>() method288 compilation.allKotlinSourceSets.map { sourceSet -> in fromCompilation() method
42 sourceSets.map { sourceSet -> in <lambda>() method75 for (sourceSet in sourceSets) { in <lambda>() constant
85 val sourceSet = kmpExtension.sourceSets.getByName("androidMain") in Project() constant
137 dependencySourceSets.forEach { sourceSet -> in Project() method
172 kotlinExtension.sourceSets.configureEach { sourceSet -> in <lambda>() method
32 variant.sources.java?.all?.let { sourceSet -> in <lambda>() method
100 target.mainCompilation().allKotlinSourceSets.forEach { sourceSet -> in Project() method131 kmpExtension.sourceSets.findByName(sourceSetName)?.let { sourceSet -> in Project() method174 .forEach { sourceSet -> in Project() method
176 .mapNotNull { sourceSet -> in <lambda>() method