Skip to content

Kotlin/analysis-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.