This repository contains documentation sources for the Kotlin Analysis API library. You might want to check the Analysis API guide which is generated from this repository.
The sources of the Analysis API itself live inside the Kotlin language repository.
The Analysis API is a powerful library for analyzing code in Kotlin. Built on top of the Kotlin PSI syntax tree, it provides access to various semantic information, including reference targets, expression types, declaration scopes, diagnostics, and more.