We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9aeba9 commit a957367Copy full SHA for a957367
examples/android_app/app/build.gradle.kts
@@ -75,7 +75,7 @@ dependencies {
75
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.1")
76
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.18.1")
77
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.1")
78
- implementation("com.llama.llamastack:llama-stack-client-kotlin:0.1.4.2")
+ implementation("com.llama.llamastack:llama-stack-client-kotlin:0.1.7")
79
// This is needed if you are using local built jars instead of the pre-built ones from maven
80
// implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))
81
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.2.1")
0 commit comments