Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit e2da637

Browse files
committed
where is annotations-androidNativeArm32?
1 parent 485be3e commit e2da637

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/publish-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ env:
1515
RELEASE: true
1616
CI: true
1717
IS_CI: true
18-
IS_LOCAL: false
1918
GRADLE_OPTS: "-Dfile.encoding=UTF-8"
2019

2120
jobs:

buildSrc/src/main/kotlin/P.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ object P : ProjectDetail() {
2020
override val homepage: String
2121
get() = HOMEPAGE
2222

23-
override val version: Version = with(version(0, 2, 0)) {
23+
override val version: Version = with(version(0, 2, 1)) {
2424
if (isSnapshot) this - Version.SNAPSHOT else this
2525
}
2626

buildSrc/src/main/kotlin/suspend-reversal-multiplatform-maven-publish.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ multiplatformConfigPublishing {
4141
mainHost = null
4242
}
4343

44-
publicationsFromMainHost += setOf("wasm", "wasm32", "wasm_js")
45-
mainHostSupportedTargets += setOf("wasm", "wasm32", "wasm_js")
44+
publicationsFromMainHost += listOf("wasm", "wasm32", "wasm_js")
45+
mainHostSupportedTargets += listOf("wasm", "wasm32", "wasm_js")
4646
}
4747

4848

0 commit comments

Comments
 (0)