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
The current implementation of support for extended code generation is flawed in that custom generating code/annotations could get missed by the merging phase if:
Used in same module as @MergeComponent and NO other @Contributes* annotation is used
Or; during incremental compilation where deferring of the merge phase could get missed when re-generating custom generated kimchi code.
The text was updated successfully, but these errors were encountered:
The current implementation of support for extended code generation is flawed in that custom generating code/annotations could get missed by the merging phase if:
@MergeComponent
and NO other@Contributes*
annotation is usedThe text was updated successfully, but these errors were encountered: