Jiaxiang
09/01/2020, 9:51 PM1.4.0 stable release, please update your kotlin version in your projects.
• Breaking change: KSEnumEntryDeclaration is removed, enum entry is now specified by ClassKind.ENUM_ENTRY.
• You can now retrieve JVM signature of a declaration with Resolver.mapToJvmSignature().
• Added a new property isMutable to tell if a KSPropertyDeclaration is mutable (i.e. with var keyword).
• Supported annotation use-site target as part of properties in KSAnnotation.
Please take a try!