You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New: Previously deprecated API to interop with Java reflection and Mirror API have been un-deprecated and marked with @DelicateKotlinPoetApi annotation.
New: Allow changing initializers and default values in ParameterSpec.Builder and PropertySpec.Builder after they were set.
New: MemberName.isExtension property that instructs KotlinPoet to always import the member, even if conflicting declarations are present in the same scope.
Fix: Escape member names that only contain underscores.
Fix: Always emit an empty primary constructor if it was set via TypeSpec.primaryConstructor.