Skip to content

chore(docs): Refine Dokka source set configuration#4562

Merged
jamesarich merged 1 commit into
mainfrom
fix/dokka
Feb 15, 2026
Merged

chore(docs): Refine Dokka source set configuration#4562
jamesarich merged 1 commit into
mainfrom
fix/dokka

Conversation

@jamesarich

Copy link
Copy Markdown
Collaborator

Dokka requires each source file to belong to a single source set to prevent duplication. This change refines the logic for including source sets in the documentation generation.

The configuration now explicitly suppresses variant-specific source sets (like fdroidRelease) and favors the inclusion of base and flavor-specific source sets (e.g., main, commonMain, fdroid, google, release) to ensure each file is processed only once.

Dokka requires each source file to belong to a single source set to prevent duplication. This change refines the logic for including source sets in the documentation generation.

The configuration now explicitly suppresses variant-specific source sets (like `fdroidRelease`) and favors the inclusion of base and flavor-specific source sets (e.g., `main`, `commonMain`, `fdroid`, `google`, `release`) to ensure each file is processed only once.

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
@github-actions github-actions Bot added the bugfix PR tag label Feb 15, 2026
@jamesarich jamesarich enabled auto-merge February 15, 2026 13:19
@codecov

codecov Bot commented Feb 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 14.38%. Comparing base (fb1bdb2) to head (94f28ac).
⚠️ Report is 3 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4562   +/-   ##
=======================================
  Coverage   14.38%   14.38%           
=======================================
  Files         427      427           
  Lines       14818    14818           
  Branches     2452     2452           
=======================================
  Hits         2131     2131           
+ Misses      12384    12383    -1     
- Partials      303      304    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jamesarich jamesarich added this pull request to the merge queue Feb 15, 2026
Merged via the queue into main with commit 50203dc Feb 15, 2026
13 of 19 checks passed
@jamesarich jamesarich deleted the fix/dokka branch February 15, 2026 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix PR tag

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant