Skip to content

Commit

Permalink
Merge pull request #23 from KapilYadav-dev/develop
Browse files Browse the repository at this point in the history
adding jvmToolChain(17)
  • Loading branch information
KapilYadav-dev authored Aug 6, 2023
2 parents 9acd413 + 67373c5 commit 21c812e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ plugins {
kotlin {
android()

jvmToolchain(17)

jvm("desktop")

iosX64()
Expand All @@ -25,7 +27,8 @@ kotlin {
baseName = "shared"
isStatic = true
}
extraSpecAttributes["resources"] = "['src/commonMain/resources/**', 'src/iosMain/resources/**']"
extraSpecAttributes["resources"] =
"['src/commonMain/resources/**', 'src/iosMain/resources/**']"
}

sourceSets {
Expand Down

0 comments on commit 21c812e

Please sign in to comment.