Skip to content

Commit

Permalink
Add jvmToolchain to sample
Browse files Browse the repository at this point in the history
  • Loading branch information
riggaroo committed Aug 7, 2024
1 parent 91878de commit 2cba06a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions JetNews/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ composeCompiler {
enableStrongSkippingMode = true
}

kotlin {
jvmToolchain(17)
}

dependencies {
val composeBom = platform(libs.androidx.compose.bom)
implementation(composeBom)
Expand Down

0 comments on commit 2cba06a

Please sign in to comment.