Skip to content

Commit

Permalink
where is annotations-androidNativeArm32?
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Jan 9, 2024
1 parent 485be3e commit e2da637
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ env:
RELEASE: true
CI: true
IS_CI: true
IS_LOCAL: false
GRADLE_OPTS: "-Dfile.encoding=UTF-8"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/P.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ object P : ProjectDetail() {
override val homepage: String
get() = HOMEPAGE

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ multiplatformConfigPublishing {
mainHost = null
}

publicationsFromMainHost += setOf("wasm", "wasm32", "wasm_js")
mainHostSupportedTargets += setOf("wasm", "wasm32", "wasm_js")
publicationsFromMainHost += listOf("wasm", "wasm32", "wasm_js")
mainHostSupportedTargets += listOf("wasm", "wasm32", "wasm_js")
}


Expand Down

0 comments on commit e2da637

Please sign in to comment.