Skip to content

Commit

Permalink
Use java 18
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskioko committed Nov 4, 2023
1 parent ada2b4c commit 2064ae0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 17
java-version: 18

- name: Setup Gradle
uses: gradle/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kmm-bridge-spm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ jobs:
call-kmmbridge-publish:
uses: touchlab/KMMBridgeGithubWorkflow/.github/workflows/[email protected]
with:
jvmVersion: 17
jvmVersion: 18
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This is my playground for learning Kotlin Multiplatform. With that said, I'm sur
## 🖥 Project Setup & Environment

#### Requirements
- [Zulu Java 17](https://www.azul.com/downloads/?package=jdk#zulu)
- [Zulu Java 18](https://www.azul.com/downloads/?package=jdk#zulu)
- You require the latest [Android Studio](https://developer.android.com/studio/preview) release to be able to build the app.
- Install KMP Plugin. Checkout [this setup guide](https://kotlinlang.org/docs/multiplatform-mobile-setup.html).

Expand Down

0 comments on commit 2064ae0

Please sign in to comment.