Skip to content

Instantly share code, notes, and snippets.

@kartikarora
Created October 24, 2024 16:57
Show Gist options
  • Save kartikarora/bc20b4a67458d634500dce1f28ad0605 to your computer and use it in GitHub Desktop.
Save kartikarora/bc20b4a67458d634500dce1f28ad0605 to your computer and use it in GitHub Desktop.
Gemini SDK Dependencies
dependencies {
...
// Gemini SDK
implementation(libs.generativeai)
...
}
[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