generative-ai-android icon indicating copy to clipboard operation
generative-ai-android copied to clipboard

Remove Android Dependencies

Open jimgoog opened this issue 10 months ago • 2 comments

This library seems to have some relatively unnecessary android dependencies, which prevent the library from being used in a server-side JVM environment. This issue can request/track the removal of Android dependencies from the library, making this library into something like generative-ai-jvm or generative-ai-kotlin.

jimgoog avatar Apr 07 '24 23:04 jimgoog

what about migrating the SDK to Kotlin Multiplatform so we can maintain both Android and JVM versions and keep Android-specific logging and tests?

bpavuk avatar Jul 05 '24 19:07 bpavuk