Created
October 24, 2024 16:57
-
-
Save kartikarora/bc20b4a67458d634500dce1f28ad0605 to your computer and use it in GitHub Desktop.
Gemini SDK Dependencies
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
dependencies { | |
... | |
// Gemini SDK | |
implementation(libs.generativeai) | |
... | |
} |
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
[versions] | |
generativeai = "0.9.0" | |
[libraries] | |
generativeai = { module = "com.google.ai.client.generativeai:generativeai", version.ref = "generativeai" } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment