BEFORE creating any commit, you MUST read docs/code_authoring_and_core_review.md — it contains essential rules for commit messages, code review process, and MR structure.
IMPORTANT formatting rules:
^KT-XXXXX, placed as a trailer at the very end of the commit message — after the body, separated by a blank line.^KT-XXXXX to link an issue or append a YouTrack command such as ^KT-XXXXX Fixed to also change the issue's state.KT-XXXXX (no ^) is fine when mentioning an issue inside a sentence. Reserve the ^KT-XXXXX trailer for the issue(s) the commit actually addresses.[FIR], [K/N], or [BTA]).[Tag] prefix).[FIR] Fix overload resolution for secondary constructors Explain what changed and why, hard-wrapped at 72 columns. This also unblocks KT-99999, which can now be revisited. ^KT-12345 Fixed ^KT-67890
This is a list of the most popular subsystem tags to be used in the subject line prefix (see the formatting rules above).
Where a tag maps to an Area, the area name is given so you can read its docs.
FIR — FIR (K2 frontend) area.Tests — Test infrastructure area.Analysis API — Analysis API area.Gradle — Kotlin Gradle Plugin area; general Gradle build integration.K/N — Backend: Native area (Kotlin/Native).Build — The Kotlin repository's own build configuration and infrastructure (Gradle build scripts, bootstrap, verification metadata).IR — IR area.Wasm — Backend: WASM area.BTA — Build Tools API area.JS — Backend: JS area.Native — Backend: Native area (alias of K/N).JVM — Backend: JVM area.KDF — The Kotlin DataFrame compiler plugin (under Compiler plugins).LL — Low-Level FIR API, part of the Analysis API area.K/JS — Backend: JS area (Kotlin/JS).CLI — Compiler command-line interface and the top-level compilation pipeline.stubs — PSI stub building for source and binary declarations (used by the Analysis API).Reflection — kotlin-reflect, the runtime reflection library.K2 — The K2 compiler as a whole (FIR-based frontend and related machinery).FE — K2/FIR frontend work, especially type inference, call resolution, and checkers (a finer-grained sibling of FIR).Swift Export — Generating Swift API from Kotlin for Apple interop (Kotlin/Native).Lombok — The Lombok compiler plugin (under Compiler plugins).Maven — The Kotlin Maven plugin and Maven build integration.PL — Partial linkage in the KLIB/IR linker.PSI — PSI area.Klib — The KLIB format and Kotlin library artifacts (Native/JS/Wasm).FIR2IR — The fir2ir phase that lowers FIR to IR (part of the FIR (K2 frontend) area).SLC — Symbol Light Classes, part of the Analysis API area.KGP — Kotlin Gradle Plugin area.stdlib — Standard library area.Scripting — Kotlin scripting support (.kts files and the scripting API).decompiler — The Kotlin binary (.class/metadata) decompiler and cls stub builder (used by the Analysis API).SSoT — Single source of truth for compiler arguments, shared by the CLI and Build Tools API.LC — Light Classes, part of the Analysis API area.Compose — The Jetpack Compose compiler plugin (under Compiler plugins).PowerAssert — The power-assert compiler plugin (under Compiler plugins).ObjCExport — Objective-C export in Kotlin/Native.ABI Validation — Tooling that tracks public API/ABI changes for compatibility.