Skip to content

fix: enabled flag not being used#925

Closed
dieppa wants to merge 6 commits into
masterfrom
fix/issue_923
Closed

fix: enabled flag not being used#925
dieppa wants to merge 6 commits into
masterfrom
fix/issue_923

Conversation

@dieppa

@dieppa dieppa commented Jun 4, 2026

Copy link
Copy Markdown
Member

dieppa and others added 6 commits May 29, 2026 16:55
Co-authored-by: Antonio Perez Dieppa <aperezdieppa@gmail.com>
* feat(kotlin): kapt opt-out and default-stage dedup across modules

Address the two Kotlin-support follow-ups captured after the #918
fix in KOTLIN_SUPPORT_FOLLOWUPS.md.

* Kapt auto-apply opt-out via `flamingock.autoApplyKapt` Gradle
  property (default true; opt out with literal case-insensitive
  `false`). Gradle property, not DSL: the `plugins { }` block
  evaluates before `flamingock { }`, so a DSL setter would fire
  too late.

* Mixed Java+Kotlin modules no longer produce duplicate
  default-stage entries in the composite pipeline.
  `MetadataLoader.CompositePipelineBuilder` now applies the same
  id-deduplicated same-name collapse to default stages that
  legacy stages already used. Identity-field mismatches still
  WARN for default stages so genuine misconfigurations stay
  visible.
@dieppa dieppa closed this Jun 4, 2026
@dieppa dieppa deleted the fix/issue_923 branch June 4, 2026 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants