Package 

Interface KSType


  • 
    public interface KSType
    
                        

    Represents a type in Kotlin's type system.

    Generally, a type is comprised of a declaration (e.g., class), corresponding type arguments, and other details like nullability. KSType is useful when doing type checking, finding the declaration, and so on. Some of the information, such as type annotations and type arguments, are often available in the corresponding type reference without resolution.