Skip to content

Commit

Permalink
Android > Kotlin: link to Kotlin/JVM tutorial (grpc#835)
Browse files Browse the repository at this point in the history
Until there is an Android Kotlin basics tutorial, at least link to the JVM version.
  • Loading branch information
chalin authored Aug 21, 2021
1 parent afde634 commit 6beb7b8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions content/en/docs/platforms/android/kotlin/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,13 +212,11 @@ from the `examples` directory:

- Learn how gRPC works in [Introduction to gRPC](/docs/what-is-grpc/introduction/)
and [Core concepts](/docs/what-is-grpc/core-concepts/).
<!--
- Work through the [Basics tutorial][].
-->
- Work through the [Basics tutorial][] for Kotlin/JVM.
- Explore the [API reference](../api).

[Android Virtual Device]: https://developer.android.com/studio/run/managing-avds.html
[Basics tutorial]: ../basics/
[Basics tutorial]: /docs/languages/kotlin/basics/
[client-src]: https://github.com/grpc/grpc-kotlin/blob/master/examples/android/src/main/kotlin/io/grpc/examples
[download]: https://github.com/grpc/grpc-kotlin/archive/master.zip
[grpc-kotlin]: https://github.com/grpc/grpc-kotlin
Expand Down

0 comments on commit 6beb7b8

Please sign in to comment.