Skip to content

Commit

Permalink
Set JVM toolchain version in resources/icons gradle file
Browse files Browse the repository at this point in the history
  • Loading branch information
msasikanth committed Feb 13, 2024
1 parent 1e2cd63 commit e8e74b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/icons/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ plugins {
}

kotlin {
jvmToolchain(20)

androidTarget()
jvm()
listOf(iosArm64(), iosSimulatorArm64())
Expand Down

0 comments on commit e8e74b0

Please sign in to comment.