Class KotlinSemanticIndexer

  • All Implemented Interfaces:

    
    public final class KotlinSemanticIndexer
    
                        

    Lightweight Kotlin semantic analysis — symbols and references.

    The CORE symbol/reference extraction is pure text analysis driven by Kotlin language structure (regex on declarations and call sites), so it always works with zero extra dependencies — honoring the "self-development resources are not loaded/downloaded by default" rule.

    available additionally probes for kotlin-compiler-embeddable (PSI) on the classpath; when present, callers may opt into AST-backed analysis later. It is never a Maven dependency of browser4-coding, so nothing is downloaded unless the deployment explicitly adds it.