Skip to content

Commit

Permalink
Update documentation for JDK 11 instead of making the project targeti…
Browse files Browse the repository at this point in the history
…ng 17.
  • Loading branch information
andremion committed Jan 5, 2024
1 parent 56a3bae commit ad597a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ For those able & willing to help fix issues and/or implement features ...
### Development environment

Make sure you have
- JDK 17
- JDK 11
- A Mac if you're developing Compose for iOS/macOS

### Code guidelines
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ allprojects {
extra.apply {
set("precomposeVersion", "1.5.10")

set("jvmTarget", "17")
set("jvmTarget", "11")

// Android configurations
set("android-compile", 34)
Expand Down

0 comments on commit ad597a2

Please sign in to comment.