Skip to content

fix: Dokka warnings#33

Merged
MaxMichel2 merged 4 commits into
mainfrom
chore/fix-dokka-warnings
Jul 10, 2026
Merged

fix: Dokka warnings#33
MaxMichel2 merged 4 commits into
mainfrom
chore/fix-dokka-warnings

Conversation

@MaxMichel2

Copy link
Copy Markdown
Collaborator

No description provided.

MaxMichel2 and others added 2 commits July 10, 2026 12:18
- Fix missing `.core.` segment in FQN KDoc links across networkmock-core,
  networkmock, and networkmock-ktor (module was split but docs kept old paths)
- Use label syntax [Name][fqn] for cross-module KDoc references in NetworkMock.kt
- Remove stale @param tags for removed parameters in FeatureItem.kt
- Remove redundant -Xcontext-parameters flag (promoted to stable in Kotlin 2.4)
- Scope ExperimentalTestApi opt-in to androidDeviceTest only instead of all source sets
- Remove deprecated kotlin.mpp.androidSourceSetLayoutVersion=2 gradle property
- Add kotlin.native.ignoreDisabledTargets=true to suppress iOS simulator warning on Windows
- Add withHostTest {} to sample/shared to suppress commonTest warning
- Disable JDK documentation link in Dokka (no JDK types in public API)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- DataStoreDelegate.kt: replace [com.worldline.devview.core.rememberModules]
  with backtick prose — devview-utils must not depend on devview (Konsist rule),
  so the cross-module link can never resolve in per-module generation
- NetworkMockEndpointPreviewBottomSheet.kt: add FQN to [MockResponse] label
  so Dokka can resolve the cross-module reference to devview-networkmock-core
- DisplayLine.kt: replace [InlineDiffContent] with backtick prose — both types
  are internal, making a hyperlink neither resolvable nor useful

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
matthiaslao
matthiaslao previously approved these changes Jul 10, 2026
MaxMichel2 and others added 2 commits July 10, 2026 16:36
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Hooks run automatically on every git commit:
- gitleaks scans staged files for accidentally committed secrets
- detekt runs the full lint analysis across all modules

The preCommitCheck Gradle task installs and updates the hooks
automatically after each Gradle sync in Android Studio/IntelliJ.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@MaxMichel2 MaxMichel2 merged commit c94d757 into main Jul 10, 2026
10 checks passed
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