- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ApiTypeClassNode (0.09 sec)
-
build-logic/kotlin-dsl-shared-runtime/src/main/kotlin/org/gradle/kotlin/dsl/internal/sharedruntime/codegen/ApiTypeProvider.kt
ApiType(asmLevel, incubatingAnnotationTypeDescriptor, sourceName, classNodeFor(classBytes), context) } private fun classNodeFor(classBytesSupplier: () -> ByteArray): () -> ApiTypeClassNode = { ApiTypeClassNode(asmLevel).also { ClassReader(classBytesSupplier()).accept(it, SKIP_CODE or SKIP_FRAMES) } } private fun <T> open(action: () -> T): T {
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Mar 12 15:56:18 UTC 2025 - 20.2K bytes - Viewed (0)