google-gemini / generative-ai-swift

The official Swift library for the Google Gemini API

Home Page:https://ai.google.dev/gemini-api/docs/get-started/tutorial?lang=swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cocoapods Support for Multiplatform

jordond opened this issue · comments

Description of the feature request:

I am trying to integrate Gemini into my Compose Multiplatform application. However currently Kotlin Multiplatform only supports iOS libraries as cocoapods.

What problem are you trying to solve with this feature?

Use this library for the iOS side of my multiplatform app.

Any other information you'd like to share?

No response

Beyond just CocoaPods, it looks like KMP also needs an Objective-C API. Based on https://kotlinlang.org/docs/native-objc-interop.html#usage, Kotlin does not support Swift language integration and relies upon Objective-C APIs.

Marking this issue as stale since it has been open for 14 days with no activity. This issue will be closed if no further activity occurs.