tree: 8ee9bad4e92dfd3b9935a99dd5f6f3cdce5b817c
  1. api/
  2. codebaseTest/
  3. src/
  4. testData/
  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.