-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS (KMM) & Flutter support #306
Comments
Hey! you can find the iOS counterpart here. For the multiplatform support, we only target JVM at the moment, but this might change in the future. |
@aallam Yes I know this page, but currently we want to use same codebase with Algolia in Android/iOS (Flutter + kotlin multiplatform). It there any way to achieve this? Or is there any bottle neck that iOS can't use this kotlin multiplatform based library? |
Currently, the Kotlin client does not support KMM. It is in our backlog, but we can't confirm a release date. |
i'm in the same case but not with flutter. Only KMM + jetpack compose + swiftUI and i tried to put the Kotlin API Client for this projet. but i undestand that i can't to use. It could to be nice to support KMM :) |
@aallam Any chance to merge it? |
https://www.algolia.com/doc/guides/building-search-ui/getting-started/how-to/flutter/android/
This flutter codelab only target Android, but it seems that all dependencies are based on
kotlin multiplatform
. Is it possible to use same idea to support flutter iOS app with this kotlin library?The text was updated successfully, but these errors were encountered: