Server-side Kotlin
Hey there!
Is there a way of using the existing "Android Kotlin" convex library for server-side kotlin?
I don't actually need the live-updating stuff, just querying and mutating the database from plain Kotlin would be kind of awesome instead of using the HTTP API.
6 Replies
Thanks for posting in <#1088161997662724167>.
Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets.
- Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.)
- Use search.convex.dev to search Docs, Stack, and Discord all at once.
- Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI.
- Avoid tagging staff unless specifically instructed.
Thank you!
Still not answered, I'd really like some guidance on this
You should be able to use my library but please note that there will probably be breaking changes before 1.0: https://github.com/kansson/kmp-convex
GitHub
GitHub - kansson/kmp-convex: Convex for Kotlin Multiplatform
Convex for Kotlin Multiplatform. Contribute to kansson/kmp-convex development by creating an account on GitHub.
very cool library!
Wow, looks very cool, gonna try it out later today!
thanks