-
-
Save skydoves/e5789d8b230bef6832f102492fb0b0e0 to your computer and use it in GitHub Desktop.
gemini_dependency
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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