- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for classPathDependencies (0.07 sec)
-
build-logic/kotlin-dsl-shared-runtime/src/main/kotlin/org/gradle/kotlin/dsl/internal/sharedruntime/codegen/ApiExtensionGeneratorFacade.kt
classPath: List<File>, classPathDependencies: List<File>, apiSpec: java.util.function.Function<String, Boolean>, sinceSupplier: java.util.function.Function<String, String?>, ): List<File> = apiTypeProviderFor( asmLevel, platformClassLoader, incubatingAnnotationTypeDescriptor, classPath, classPathDependencies ).use { api ->
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Mar 12 15:56:18 UTC 2025 - 17.8K bytes - Viewed (0) -
build-logic/kotlin-dsl-shared-runtime/src/main/kotlin/org/gradle/kotlin/dsl/internal/sharedruntime/codegen/ApiTypeProvider.kt
incubatingAnnotationTypeDescriptor: String, classPath: List<File>, classPathDependencies: List<File> = emptyList(), ): ApiTypeProvider = ApiTypeProvider( asmLevel, incubatingAnnotationTypeDescriptor, ClassBytesRepository( platformClassLoader, classPath, classPathDependencies, ) ) private typealias ApiTypeSupplier = () -> ApiTypeRegistered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Mar 12 15:56:18 UTC 2025 - 20.2K bytes - Viewed (0)