JetBrains / kotlin-compiler-server
Components

An overview of source code logical components.

Intro

Logical decomposition is a representation of the organization of the main source code, where every and each file is put in exactly one logical component.

Logical Decompositions Overview

Analyzed system has 1 logical decomposition:

Logical Decomposition #1: PRIMARY

The decompositions is based on the folder structure at level 1 (relative to the source code root).

Bubble Chart | Tree Map
Component Sizes (Lines of Code)
The "primary" logical decomposition has 7 components.
  • 78 files, 3,242 LOC (37.4% vs. main code).
  • "src" is biggest, containing 73.1% of LOC.
  • "gradle" is smallest, containing 2.53% of LOC.


src2370 LOC (27%) 53 files
executors282 LOC (3%) 7 files
ROOT193 LOC (2%) 3 files
common115 LOC (1%) 5 files
build-settings-logic106 LOC (1%) 5 files
buildSrc94 LOC (1%) 4 files
gradle82 LOC (<1%) 1 file
Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
ROOT350 commits (30%)
src228 commits (19%)
common86 commits (7%)
gradle61 commits (5%)
executors43 commits (3%)
buildSrc14 commits (1%)
build-settings-logic11 commits (<1%)
Yearly File Updates Trend per Components
The number of file changes in commits
animated commit history: all time cumulative | 12 months window
2026 2025 2024 2023 2022 2021 2020 2019
src
48
104
116
27
44
111
142
gradle
46
15
ROOT
12
41
44
72
69
130
29
common
10
32
19
16
13
16
build-settings-logic
9
10
buildSrc
6
17
executors
1
21
9
3
14
29


Dependencies between components in same commits (past 180 days)
The number on the lines shows the number of shared commits.
See detailed temporal dependencies report...

G src src ROOT ROOT src--ROOT 4 src--src 4 gradle gradle src--gradle 3 build-settings-logic build-settings-logic src--build-settings-logic 2 buildSrc buildSrc src--buildSrc 1 ROOT--gradle 4 ROOT--buildSrc 1 ROOT--ROOT 1 common common common--src 2 common--gradle 2 common--ROOT 2 common--build-settings-logic 1 common--common 1 build-settings-logic--gradle 2 build-settings-logic--ROOT 2 buildSrc--build-settings-logic 1 buildSrc--common 1 buildSrc--gradle 1


2026-01-18 17:09