Add comprehensive KDoc documentation to public APIs#342
Merged
MrHadiSatrio merged 10 commits intodevelopfrom Feb 24, 2026
Merged
Add comprehensive KDoc documentation to public APIs#342MrHadiSatrio merged 10 commits intodevelopfrom
MrHadiSatrio merged 10 commits intodevelopfrom
Conversation
MrHadiSatrio
commented
Feb 21, 2026
Owner
Author
MrHadiSatrio
left a comment
There was a problem hiding this comment.
Please address my feedback. Also, check is apparently failing.
lib-kmm-io/src/commonMain/kotlin/com/hadisatrio/libs/kotlin/io/Sources.kt
Show resolved
Hide resolved
...dation/src/commonMain/kotlin/com/hadisatrio/libs/kotlin/foundation/presentation/Presenter.kt
Show resolved
Hide resolved
lib-kmm-geography/src/commonMain/kotlin/com/hadisatrio/libs/kotlin/geography/Place.kt
Show resolved
Hide resolved
lib-kmm-geography/src/commonMain/kotlin/com/hadisatrio/libs/kotlin/geography/time/Delay.kt
Show resolved
Hide resolved
1926a9c to
e870830
Compare
MrHadiSatrio
commented
Feb 22, 2026
lib-kmm-io/src/commonMain/kotlin/com/hadisatrio/libs/kotlin/io/uri/Uri.kt
Outdated
Show resolved
Hide resolved
lib-kmm-io/src/commonMain/kotlin/com/hadisatrio/libs/kotlin/io/SchemeWiseSources.kt
Outdated
Show resolved
Hide resolved
...eography/src/commonMain/kotlin/com/hadisatrio/libs/kotlin/geography/here/HereNearbyPlaces.kt
Show resolved
Hide resolved
...aphy/src/commonMain/kotlin/com/hadisatrio/libs/kotlin/geography/google/GoogleNearbyPlaces.kt
Outdated
Show resolved
Hide resolved
...src/androidMain/kotlin/com/hadisatrio/libs/android/geography/google/GoogleSdkNearbyPlaces.kt
Outdated
Show resolved
Hide resolved
...on/src/androidMain/kotlin/com/hadisatrio/libs/android/foundation/activity/CurrentActivity.kt
Outdated
Show resolved
Hide resolved
9684f66 to
921d8e1
Compare
921d8e1 to
a9e53f6
Compare
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
a9e53f6 to
c74c057
Compare
|
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.



What has changed?
Added KDoc documentation to all public classes, interfaces, functions, and properties across the codebase. This includes:
Event,EventSource,EventSink,Presenter,UseCase,Adapter,Predicate,DecorCompletionEvent,SelectionEvent,TextInputEvent,CancellationEvent,PerfSensitiveEvent,ExceptionalEventPlace,Places,Coordinates,Distance,Speed, and various implementationsPagingIterator,ExceptionCatchingIterable,IteratorIterableRecyclerViewPresenter,ListViewPresenter,ViewFactory,ViewRenderer,ItemDifferModal,BinaryConfirmationModal,ModalApprovalEvent,ModalDismissalEventDebouncingEventSource,SchedulingEventSource,FilteringEventSink, etc.JsonFile,Sources,FileSystemSources,SchemeWiseSourcesCurrentActivity,PermissionAwareCoordinates,LocationManagerCoordinates,GmsCoordinates, etc.Documentation includes:
@paramtags@returntagsWhy it was changed?
Comprehensive API documentation improves developer experience by:
This is a documentation-only change with no impact on runtime behavior or functionality.
https://claude.ai/code/session_018vxGCBFVUCrx1vEQP8WmPN