From f37556ecdb09413b48ea3a98a1838d212a61c6cd Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Fri, 5 Jun 2020 00:08:14 +0200 Subject: [PATCH] Update Apollo Android to include Kotlin native With [version 2.0](https://github.com/apollographql/apollo-android/releases/tag/v2.0.0), Apollo Android supports generating Kotlin native models. --- site/code/index.html.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/code/index.html.js b/site/code/index.html.js index 5209433c82..159c8a4d66 100644 --- a/site/code/index.html.js +++ b/site/code/index.html.js @@ -644,7 +644,7 @@ Executor.execute(schema, query) map println ### Java / Android - - [Apollo Android](https://github.com/apollographql/apollo-android): A strongly-typed, caching GraphQL client for Android, written in Java. + - [Apollo Android](https://github.com/apollographql/apollo-android): A strongly-typed, caching GraphQL client for the JVM, Android and Kotlin native. - [Nodes](https://github.com/americanexpress/nodes): A GraphQL JVM Client designed for constructing queries from standard model definitions. By American Express.