File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
openai-gateway/openai-gateway-darwin Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ android.useAndroidX=true
1212android.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 ......
1517LIBRARY_VERSION =0.2
1618GROUP =com.tddworks
1719
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments