Skip to content

Commit 0b9a183

Browse files
committed
Try build type arg
1 parent a2c265e commit 0b9a183

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/KMMBridge-Debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
key: ${{ runner.os }}-v4-${{ hashFiles('*.gradle.kts') }}
5353

5454
- name: Build Main
55-
run: ./gradlew kmmBridgePublish -PLIBRARY_VERSION=${{ steps.versionPropertyValue.outputs.propVal }}-${{ steps.trimcommit.outputs.short }} -PENABLE_PUBLISHING=true -PGITHUB_PUBLISH_TOKEN=${{ secrets.GITHUB_TOKEN }} -PGITHUB_REPO=${{ github.repository }} --no-daemon --info --stacktrace
55+
run: ./gradlew kmmBridgePublish -PLIBRARY_VERSION=${{ steps.versionPropertyValue.outputs.propVal }}-${{ steps.trimcommit.outputs.short }} -PENABLE_PUBLISHING=true -PNATIVE_BUILD_TYPE=DEBUG -PGITHUB_PUBLISH_TOKEN=${{ secrets.GITHUB_TOKEN }} -PGITHUB_REPO=${{ github.repository }} --no-daemon --info --stacktrace
5656
env:
5757
GRADLE_OPTS: -Dkotlin.incremental=false -Dorg.gradle.jvmargs="-Xmx3g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:MaxMetaspaceSize=512m"
5858

allshared/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ kotlin {
3030

3131
kmmbridge {
3232
gitHubReleaseArtifacts()
33-
buildType.setAndFinalize(NativeBuildType.DEBUG)
3433
spm(swiftToolVersion = "5.8") {
3534
iOS { v("14") }
3635
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ compileSdk = "34"
66

77
# Dependencies
88
kotlin = "2.0.10"
9-
kmmBridge = "1.1.0"
9+
kmmBridge = "1.1.1"
1010
android-gradle-plugin = "8.2.0"
1111
coroutines = "1.8.1"
1212
kotlinx-datetime = "0.6.0"

0 commit comments

Comments
 (0)