Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tutorial to v4 #58

Merged
merged 6 commits into from
Jul 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,7 @@ jobs:
with:
distribution: 'temurin'
java-version: 17
- name: Build current tutorial
working-directory: ./compose/final
run: |
./gradlew assembleDebug
- name: Build legacy tutorial
working-directory: ./views/final
run: |
./gradlew assembleDebug
- name: Build v4 tutorial
working-directory: ./v4/final
- name: Build tutorial
working-directory: ./final
run: |
./gradlew assembleDebug
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Repository for the [Apollo Kotlin](https://github.com/apollographql/apollo-kotli

The tutorial is available through our [documentation site](https://www.apollographql.com/docs/kotlin/tutorial/00-introduction/). This repository contains the corresponding code.

* [compose](./compose) (current): using [Jetpack Compose](https://developer.android.com/jetpack/compose)
* [views](./views) (kept as reference): using the [Android Views](https://developer.android.com/develop/ui/views/layout/declaring-layout) system. This directory is kept as reference but is not maintained anymore.
- [start](./start): the starter project with the boilerplate and UI code already written but no Apollo Kotlin code.
- [final](./final): the final state of the application with all functionality

For copy errors in the tutorial, please file bugs against the main [`apollo-kotlin` repo](https://github.com/apollographql/apollo-kotlin). For broken code, please file issues on this repo.
6 changes: 0 additions & 6 deletions compose/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions compose/final/README.md

This file was deleted.

76 changes: 0 additions & 76 deletions compose/final/app/build.gradle.kts

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading