Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ArchitectureElementBuilder (0.1 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. build-logic-settings/architecture-docs/src/main/kotlin/gradlebuild/ProjectStructure.kt

     * limitations under the License.
     */
    
    package gradlebuild
    
    import java.io.File
    
    abstract class ProjectStructure {
        val architectureElements = mutableListOf<ArchitectureElementBuilder>()
        val projectBaseDirs = mutableListOf<File>()
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Jan 30 15:37:56 GMT 2026
    - 818 bytes
    - Click Count (0)
Back to Top