Files
kotlin-fork/docs/analysis/development-process/development-process.md
T
2022-01-28 18:14:40 +01:00

5 lines
456 B
Markdown

# Analysis API Development Process
* Analysis API is under active development now, and it is completely OK to make big and heavy changes. The main client of Analysis API now is FIR IDE. Please, make corresponding changes to the FIR IDE code on changes inside Analysis API. (TODO links to coop dev setup)
* Please read [Contributing Guidelines](contributing-guidelines.md) and [Code Style](code-style.md) requirements before start working on Analysis API.