Skip to content

Commit

Permalink
1.7.20 update
Browse files Browse the repository at this point in the history
  • Loading branch information
anioutkazharkova committed Oct 15, 2022
1 parent 25ae31c commit 6a9cdfb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 1 addition & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("multiplatform") version "1.4.32"
kotlin("multiplatform") version "1.7.20"
//id("maven-publish")
id("convention.publication")
}
Expand All @@ -20,12 +20,6 @@ kotlin {
useJUnit()
}
}
val hostOs = System.getProperty("os.name")
/*val iosTarget = when {
hostOs == "X64"-> iosX64("ios")
hostOs == "arm64" -> iosArm64("ios")
else -> iosX64("ios")
}*/
ios {
binaries {
framework {
Expand Down

0 comments on commit 6a9cdfb

Please sign in to comment.