Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
riggaroo committed Jul 29, 2024
1 parent 3f83792 commit 21af949
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jetsnack/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ android {
targetCompatibility = JavaVersion.VERSION_17
}

kotlinOptions { jvmTarget = "17" }

buildFeatures {
compose = true
}
Expand Down

0 comments on commit 21af949

Please sign in to comment.