Android > Kotlin: link to Kotlin/JVM tutorial (#835)

Until there is an Android Kotlin basics tutorial, at least link to the JVM version.
This commit is contained in:
Patrice Chalin 2021-08-21 12:32:46 -04:00 committed by GitHub
parent afde634755
commit 6beb7b8d13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -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