apollo-kotlin icon indicating copy to clipboard operation
apollo-kotlin copied to clipboard

:robot:  A strongly-typed, caching GraphQL client for the JVM, Android, and Kotlin multiplatform.

Results 352 apollo-kotlin issues
Sort by recently updated
recently updated
newest added

### Description There are now first party libs for `uuid` and `io`: `kotlin.uuid`: https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.uuid/-uuid/ `kotlinx.io`: https://github.com/Kotlin/kotlinx-io They are still experimental so using them is not an option right now but...

### Description They currenly fail [here](https://github.com/apollographql/apollo-kotlin/blob/f4c829bf96c992ee0f3a4ea63a3aa05c3316ff2e/libraries/apollo-gradle-plugin-external/src/main/kotlin/com/apollographql/apollo/gradle/internal/DefaultService.kt#L93) which is a pita if you are in an environment where you don't have the key. Probably requires having 2 different tasks for downloading...