- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for ApiTypeProvider (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-logic/kotlin-dsl-shared-runtime/src/main/kotlin/org/gradle/kotlin/dsl/internal/sharedruntime/codegen/ApiTypeProvider.kt
asmLevel: Int, platformClassLoader: ClassLoader, incubatingAnnotationTypeDescriptor: String, classPath: List<File>, classPathDependencies: List<File> = emptyList(), ): ApiTypeProvider = ApiTypeProvider( asmLevel, incubatingAnnotationTypeDescriptor, ClassBytesRepository( platformClassLoader, classPath, classPathDependencies, )Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Mar 12 15:56:18 GMT 2025 - 20.2K bytes - Click Count (0) -
build-logic/kotlin-dsl-shared-runtime/src/main/kotlin/org/gradle/kotlin/dsl/internal/sharedruntime/codegen/ApiExtensionGeneratorFacade.kt
return targetType.isIncubating || extensions.all { it.isIncubating } } private fun kotlinDslApiExtensionsDeclarationsFor( api: ApiTypeProvider, sinceSupplier: (String) -> String?, apiSpec: ApiSpec ): Sequence<KotlinExtensionFunction> = api.allTypes() .filter { type -> type.isPublic && apiSpec.isApi(type.sourceName) }Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Mar 12 15:56:18 GMT 2025 - 17.8K bytes - Click Count (0)