Skip to content

Instantly share code, notes, and snippets.

@skydoves
Last active January 29, 2024 01:11
Show Gist options
  • Save skydoves/e5789d8b230bef6832f102492fb0b0e0 to your computer and use it in GitHub Desktop.
Save skydoves/e5789d8b230bef6832f102492fb0b0e0 to your computer and use it in GitHub Desktop.
gemini_dependency
// app module's build.gradle.kts
dependencies {
implementation("io.getstream:stream-chat-android-compose:6.0.12") // Stream Chat Compose SDK
implementation("com.google.ai.client.generativeai:generativeai:0.1.2") // Generative AI SDK
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment