Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for Modules (0.8 sec)

  1. analysis/analysis-api-standalone/analysis-api-standalone-base/src/org/jetbrains/kotlin/analysis/api/standalone/base/project/structure/StandaloneProjectFactory.kt

    import org.jetbrains.kotlin.cli.jvm.index.SingleJavaFileRootsIndex
    import org.jetbrains.kotlin.cli.jvm.modules.CliJavaModuleFinder
    import org.jetbrains.kotlin.cli.jvm.modules.CliJavaModuleResolver
    import org.jetbrains.kotlin.cli.jvm.modules.CoreJrtFileSystem
    import org.jetbrains.kotlin.cli.jvm.modules.JavaModuleGraph
    import org.jetbrains.kotlin.config.*
    import org.jetbrains.kotlin.library.KLIB_FILE_EXTENSION
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 22:09:27 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  2. build-logic/packaging/src/main/kotlin/gradlebuild.distributions.gradle.kts

    coreRuntimeOnly.description = "To define dependencies to the Gradle modules that make up the core of the distributions (lib/*.jar)"
    val pluginsRuntimeOnly by bucket()
    pluginsRuntimeOnly.description = "To define dependencies to the Gradle modules that represent additional plugins packaged in the distributions (lib/plugins/*.jar)"
    val agentsRuntimeOnly by bucket()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 06:16:07 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  3. build-logic/dependency-modules/src/main/kotlin/gradlebuild/modules/extension/ExternalModulesExtension.kt

     */
    package gradlebuild.modules.extension
    
    import gradlebuild.modules.model.License
    
    
    abstract class ExternalModulesExtension(isBundleGroovy4: Boolean) {
    
        val groovyVersion = if (isBundleGroovy4) "4.0.20" else "3.0.21"
        val configurationCacheReportVersion = "1.5"
        val gradleIdeStarterVersion = "0.3"
        val kotlinVersion = "1.9.23"
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 22:44:42 UTC 2024
    - 15K bytes
    - Viewed (0)
  4. doc/godebug.md

    then asking for the old pre-Go 1.21 `panic(nil)` behavior and the
    new Go 1.23 `asynctimerchan=0` behavior.
    
    Only the work module's `go.mod` is consulted for `godebug` directives.
    Any directives in required dependency modules are ignored.
    It is an error to list a `godebug` with an unrecognized setting.
    (Toolchains older than Go 1.23 reject all `godebug` lines, since they do not
    understand `godebug` at all.)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:52:17 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  5. apache-maven/src/main/appended-resources/licenses/CDDL+GPLv2-with-classpath-exception.txt

    modules, and to copy and distribute the resulting executable under
    terms of your choice, provided that you also meet, for each linked
    independent module, the terms and conditions of the license of that
    module.  An independent module is a module which is not derived from or
    based on this library.  If you modify this library, you may extend this
    exception to your version of the library, but you are not obligated to
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri May 17 19:14:22 UTC 2024
    - 38.5K bytes
    - Viewed (0)
  6. build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/shared-configuration.kt

    import gradlebuild.integrationtests.extension.IntegrationTestExtension
    import gradlebuild.integrationtests.tasks.DistributionTest
    import gradlebuild.integrationtests.tasks.IntegrationTest
    import gradlebuild.modules.extension.ExternalModulesExtension
    import gradlebuild.testing.services.BuildBucketProvider
    import org.gradle.api.Action
    import org.gradle.api.Project
    import org.gradle.api.artifacts.Configuration
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 13 23:14:25 UTC 2024
    - 12K bytes
    - Viewed (0)
  7. build-logic/jvm/src/main/kotlin/gradlebuild.unittest-and-compile.gradle.kts

    import java.time.Duration
    
    plugins {
        groovy
        idea // Need to apply the idea plugin, so the extended configuration is taken into account on sync
        id("gradlebuild.module-jar")
        id("gradlebuild.dependency-modules")
    }
    
    extensions.create<UnitTestAndCompileExtension>("gradlebuildJava", project, tasks)
    
    removeTeamcityTempProperty()
    addDependencies()
    configureCompile()
    configureSourcesVariant()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 13 07:43:28 UTC 2024
    - 15.1K bytes
    - Viewed (0)
  8. .space/CODEOWNERS

    /compiler/testData/mockJDK9/ "Kotlin Build Infrastructure"
    /compiler/testData/mockJDKModified/ "Kotlin Build Infrastructure"
    /compiler/testData/moduleProtoBuf/ "Kotlin JVM"
    /compiler/testData/modules.xml/ "Kotlin Compiler Core"
    /compiler/testData/multiModule/ "Kotlin Compiler Core"
    # UNKNOWN: /compiler/testData/multiplatform/
    /compiler/testData/parseCodeFragment/ "Kotlin Compiler Core"
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 29 17:55:49 UTC 2024
    - 24K bytes
    - Viewed (0)
  9. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirDataFlowInfoProvider.kt

            return findControlFlowGraph(anchor, firStatements)
                ?: errorWithAttachment("Cannot find a control flow graph for element") {
                    withKtModuleEntry("module", analysisSession.useSiteModule)
                    withPsiEntry("anchor", anchor)
                    withFirEntry("firAnchor", firStatements.last())
                }
        }
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Jun 05 14:04:46 UTC 2024
    - 22.9K bytes
    - Viewed (0)
  10. platforms/core-configuration/kotlin-dsl-provider-plugins/src/main/kotlin/org/gradle/kotlin/dsl/provider/plugins/precompiled/tasks/GeneratePrecompiledScriptPluginAccessors.kt

                return "Invalid plugin request $pluginRequest. Plugin requests from precompiled scripts must not include a version number. Please remove the version from the offending request and make sure the module containing the requested plugin '${pluginRequest.id}' is an implementation dependency of $projectDesc."
            }
            // TODO:kotlin-dsl validate apply false
            return null
        }
    
        private
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 08:10:49 UTC 2024
    - 24.8K bytes
    - Viewed (0)
Back to top