module-dependencies
Installation
SKILL.md
Module Dependencies Management
This document describes how to manage module dependencies when working with IntelliJ IDEA codebase.
Documentation
- Modularization Overview - Module organization principles:
- Project Structure - Naming conventions, Kotlin usage, dependencies
Build System Overview
The repository uses a hybrid build system:
- JPS (*.iml files): Source of truth for module dependencies
- Bazel (BUILD files): Auto-generated from *.iml files
- Generator: run
build/jpsModelToBazel.cmdafter changing .iml files