Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 879 Bytes

File metadata and controls

15 lines (10 loc) · 879 Bytes

Kotlin Analysis API Guide

official project License

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.