Update kotlin docs#367
Merged
Merged
Conversation
Make a pass over the connect-kotlin docs to fix errors, use more concise wording, and update to the latest version. As part of this, the 'Getting started' example is now much simpler (doesn't require Android studio and have all the Android specific content). It shows the basics of creating a client with just a CLI. The Android example has been extracted out to a new top-level page. This fixes a long standing complaint with the 'Getting started' page that made users think that using this library requires building for Android. Split out other duplicated content from 'Getting started' and 'Android example' to the appropriate pages for generating code and using clients. Signed-off-by: Philip K. Warren <pkwarren@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
bufdev
approved these changes
May 22, 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.
Make a pass over the connect-kotlin docs to fix errors, use more concise wording, and update to the latest version.
As part of this, the 'Getting started' example is now much simpler (doesn't require Android studio and have all the Android specific content). It shows the basics of creating a client with just a CLI. The Android example has been extracted out to a new top-level page. This fixes a long standing complaint with the 'Getting started' page that made users think that using this library requires building for Android.
Split out other duplicated content from 'Getting started' and 'Android example' to the appropriate pages for generating code and using clients.