Hi, we just made another release at <https://githu...
# ksp
j
Hi, we just made another release at https://github.com/android/kotlin/releases/tag/1.4.0-dev-experimental-20200828 Major changes: • KSP is now based on 
1.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!
🎆 8