Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for negative (0.28 sec)

  1. analysis/analysis-api-platform-interface/build.gradle.kts

        implementation(project(":analysis:decompiled:decompiler-to-file-stubs"))
        implementation(project(":analysis:decompiled:decompiler-to-psi"))
        implementation(project(":analysis:decompiled:decompiler-native"))
        implementation(intellijCore())
    }
    
    sourceSets {
        "main" { projectDefault() }
        "test" { none() }
    }
    
    kotlin {
        explicitApi()
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 22:09:27 UTC 2024
    - 690 bytes
    - Viewed (0)
  2. analysis/analysis-api-standalone/analysis-api-standalone-base/build.gradle.kts

        implementation(project(":analysis:decompiled:decompiler-to-file-stubs"))
        implementation(project(":analysis:decompiled:decompiler-to-psi"))
        implementation(project(":analysis:decompiled:decompiler-native"))
        api(project(":compiler:cli-base"))
        api(project(":analysis:analysis-api"))
        api(project(":analysis:analysis-api-impl-base"))
        api(project(":analysis:analysis-api-platform-interface"))
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 22:09:27 UTC 2024
    - 785 bytes
    - Viewed (0)
  3. analysis/analysis-api-impl-base/build.gradle.kts

        testImplementation(project(":analysis:decompiled:light-classes-for-decompiled"))
        testImplementation(project(":analysis:decompiled:decompiler-to-psi"))
        testImplementation(project(":analysis:decompiled:decompiler-native"))
        testImplementation(projectTests(":analysis:analysis-test-framework"))
        testImplementation(commonDependency("org.jetbrains.kotlin:kotlin-reflect")) { isTransitive = false }
        testCompileOnly(toolsJarApi())
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:22:24 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  4. analysis/analysis-api-fir/build.gradle.kts

        api(project(":compiler:fir:checkers"))
        api(project(":compiler:fir:checkers:checkers.jvm"))
        api(project(":compiler:fir:checkers:checkers.js"))
        api(project(":compiler:fir:checkers:checkers.native"))
        api(project(":compiler:fir:java"))
        api(project(":compiler:fir:entrypoint"))
        api(project(":analysis:low-level-api-fir"))
        api(project(":analysis:analysis-api"))
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 22:09:27 UTC 2024
    - 4.3K bytes
    - Viewed (0)
Back to top