Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
v0.5.1 release
  • Loading branch information
ShreckYe committed Oct 19, 2024
2 parents 6733905 + 7580588 commit 6b45a79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/VersionsAndDependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.huanshankeji.CommonDependencies
import com.huanshankeji.CommonGradleClasspathDependencies
import com.huanshankeji.CommonVersions

val projectVersion = "0.5.0"
val projectVersion = "0.5.1"

val commonVersions = CommonVersions(arrow = "2.0.0-alpha.4") // for Wasm JS
val commonDependencies = CommonDependencies(commonVersions)
Expand Down
9 changes: 1 addition & 8 deletions coroutines/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
import com.huanshankeji.cpnProject

plugins {
`multiplatform-conventions-without-ios`
`multiplatform-conventions`
}

/*
Compiling fails for the iOS targets:
```
e: Compilation failed: Backend Internal error: Exception during psi2ir
```
*/

kotlin {
sourceSets {
commonMain {
Expand Down

0 comments on commit 6b45a79

Please sign in to comment.