- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for classBytesFor (0.07 seconds)
-
build-logic/kotlin-dsl-shared-runtime/src/main/kotlin/org/gradle/kotlin/dsl/internal/sharedruntime/support/ClassBytesRepository.kt
val classBytesIndex = (relevantClassPathFiles + classPathDependencies + platformClassLoader).map { classBytesIndexFor(it) } /** * Class file bytes for Kotlin source name, if found. */ fun classBytesFor(sourceName: String): ByteArray? = classBytesSupplierForSourceName(sourceName)?.let { it() } /** * All found class files bytes by Kotlin source name. */Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Jun 28 08:29:28 GMT 2024 - 6.3K bytes - Click Count (0)