Package se.ansman.kotshi.kapt
Class MetadataAccessorKt
-
- All Implemented Interfaces:
public final class MetadataAccessorKt
-
-
Field Summary
Fields Modifier and Type Field Description private final static KotlinVersionlanguageVersionprivate final static BooleansupportsCreatingAnnotationsWithConstructor
-
Method Summary
Modifier and Type Method Description final KotlinVersiongetLanguageVersion()final BooleangetSupportsCreatingAnnotationsWithConstructor()final static ClassNamecreateClassName(String kotlinMetadataName)-
-
Method Detail
-
getLanguageVersion
final KotlinVersion getLanguageVersion()
-
getSupportsCreatingAnnotationsWithConstructor
final Boolean getSupportsCreatingAnnotationsWithConstructor()
-
createClassName
final static ClassName createClassName(String kotlinMetadataName)
-
-
-
-