Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for System_Ext (0.17 sec)

  1. platforms/core-configuration/kotlin-dsl/doc/c4/C4_3_Component.puml

    }
    
    System_Boundary(ide, "IntelliJ IDEA or Android Studio") {
    
        System_Ext(editor, "`.gradle.kts` script editor") {
    
            System_Ext(editorDependencies, "Dependencies", "classpath, sourcepath, implicit imports")
            System_Ext(editorReportPanel, "Report Panel", "Displays warnings and errors on top of the editor UI")
            System_Ext(editorHints, "Inline Hints", "Displays warning and error hints inline in the editor UI")
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 17:46:30 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  2. platforms/core-configuration/kotlin-dsl/doc/c4/C4_2_Container.puml

    }
    
    System_Boundary(ide, "IntelliJ IDE") {
    
        System_Ext(editor, ".gradle.kts script editor", "In IntelliJ IDEA or Android Studio")
        System_Ext(ideKotlin, "IntelliJ Kotlin Plugin", "for IDEA or Android Studio")
    
        Rel_Neighbor(editor, ideKotlin, "Uses")
    }
    
    
    System_Boundary(kotlinTools, "Kotlin Toolchain") {
    
        System_Ext(kgp, "Kotlin Gradle Plugin", "The `org.jetbrains.kotlin.jvm` Gradle plugin")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 17:46:30 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  3. platforms/core-configuration/kotlin-dsl/doc/c4/C4_1_Context.puml

    Person(dev, "Developer", "Developer using a Kotlin DSL based Gradle build")
    
    System_Ext(gradle, "Gradle Build Tool") {
        System(gradleKotlinDsl, "Kotlin DSL")
    }
    
    System_Ext(ide, "IntelliJ IDE", "IDEA or Android Studio with the Kotlin plugin enabled")
    
    System_Ext(kotlinTools, "Kotlin Toolchain", "kotlinc, Gradle plugin etc...")
    
    System_Ext(buildCache, "Gradle Build Cache", "Local, Develocity Build Cache Node, etc...")
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 17:46:30 UTC 2023
    - 846 bytes
    - Viewed (0)
  4. platforms/core-configuration/kotlin-dsl/doc/c4/lib/C4_Context.puml

    !define System(e_alias, e_label) rectangle "==e_label" <<system>> as e_alias
    !define System(e_alias, e_label, e_descr) rectangle "==e_label\n\n e_descr" <<system>> as e_alias
    
    !define System_Ext(e_alias, e_label) rectangle "==e_label" <<external_system>> as e_alias
    !define System_Ext(e_alias, e_label, e_descr) rectangle "==e_label\n\n e_descr" <<external_system>> as e_alias
    
    ' Boundaries
    ' ##################################
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 2.5K bytes
    - Viewed (0)
Back to top