Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for classLoaderScopeIdFor (0.35 sec)

  1. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/execution/Interpreter.kt

        ): CompiledScript {
    
            logClassLoadingOf(scriptTemplateId, scriptSource)
    
            return host.loadClassInChildScopeOf(
                baseScope,
                childScopeId = classLoaderScopeIdFor(scriptPath, scriptTemplateId),
                origin = ClassLoaderScopeOrigin.Script(scriptSource.fileName, scriptSource.longDisplayName, scriptSource.shortDisplayName),
                accessorsClassPath = accessorsClassPath,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 26 19:59:56 UTC 2023
    - 21.1K bytes
    - Viewed (0)
Back to top