You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -165,29 +165,29 @@ Installation instructions and more information can be found [here](/kotlin/testi
165
165
166
166
## Releases
167
167
168
-
The latest version is `4.1.0`.
168
+
The latest version is `4.1.1`.
169
169
170
170
Check the [changelog](https://github.com/apollographql/apollo-kotlin/releases) for the release history.
171
171
172
172
Releases are hosted on [Maven Central](https://repo1.maven.org/maven2/com/apollographql/apollo/). The plugin is additionally hosted on the [Gradle Plugin Portal](https://plugins.gradle.org/plugin/com.apollographql.apollo)
Copy file name to clipboardExpand all lines: docs/source/tutorial/01-configure-project.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Go to `Android Studio` -> `Setting...` -> `Plugins`. In the "Marketplace" tab, s
43
43
44
44
You can find the latest version of Apollo Kotlin from the [GitHub releases page](https://github.com/apollographql/apollo-kotlin/releases). It is also displayed at the top of the [apollo-kotlin repo](https://github.com/apollographql/apollo-kotlin/).
45
45
46
-
This tutorial uses `4.1.0` because it is the latest version at the time of writing. Feel free to use a more recent version if one is available.
46
+
This tutorial uses `4.1.1` because it is the latest version at the time of writing. Feel free to use a more recent version if one is available.
Copy file name to clipboardExpand all lines: intellij-plugin/src/main/kotlin/com/apollographql/ijplugin/refactoring/migration/v3tov4/ApolloV3ToV4MigrationProcessor.kt
0 commit comments