Skip to content

Commit 19836bd

Browse files
committed
feat(BE-195): support darwin by kmmbridge
- trying to fix Cannot find type 'openai_client_darwin' in scope
1 parent 3b834f2 commit 19836bd

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ android.useAndroidX=true
1212
android.nonTransitiveRClass=true
1313

1414
#publishing for kmmbridge
15+
## Darwin Publish require from - nextVersion parameter must be a valid semver string. Current value: 0.1.4.
16+
## So we need set version to 0.1 or 0.2 ......
1517
LIBRARY_VERSION=0.2
1618
GROUP=com.tddworks
1719

openai-gateway/openai-gateway-darwin/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ kotlin {
1313
macosTarget.binaries.framework {
1414
baseName = "openai-gateway-darwin"
1515
export(projects.openaiGateway.openaiGatewayCore)
16+
export(projects.openaiClient.openaiClientCore)
17+
export(projects.ollamaClient.ollamaClientCore)
18+
export(projects.anthropicClient.anthropicClientCore)
1619
isStatic = true
1720
}
1821
}

0 commit comments

Comments
 (0)