tree: 1c59b36930536caeaa222267b61f640248c27ef8 [path history] [tgz]
  1. api/
  2. src/
  3. testData/
  4. tests/
  5. build.gradle.kts
  6. README.md
analysis/analysis-api/README.md

Kotlin Analysis API

The Kotlin Analysis API is a library for analyzing Kotlin code at the semantic level. It provides a structured way to query information about Kotlin code, including symbols, types, and semantic relationships between them. Built on top of Kotlin‘s PSI syntax trees, the API offers a clean abstraction over the compiler’s internal representations, making it accessible both for IDE plugin makers and command-line tool developers.

Check the Analysis API documentation for more information.

If you'd like to contribute to the project, please read the Analysis API development guidelines.