fix: Dokka warnings#33
Merged
Merged
Conversation
- 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
previously approved these changes
Jul 10, 2026
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>
matthiaslao
approved these changes
Jul 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.