- Bump Kotlin from 2.0.21 to 2.1.20 for ML Kit genai metadata 2.2.0 compat - Fix GeminiNanoModel imports: DownloadStatus/FeatureStatus moved to genai.common, TextPart/generateContentRequest moved out of .type subpackage - Fix MediaPipeModel: replace removed setTopK/setTemperature/setRandomSeed with setMaxTopK (MediaPipe 0.10.24 API) - Fix gradlew: remove broken lines that passed GradleWrapperMain as task arg Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 lines
142 B
Plaintext
5 lines
142 B
Plaintext
plugins {
|
|
id("com.android.application") version "8.7.3" apply false
|
|
id("org.jetbrains.kotlin.android") version "2.1.20" apply false
|
|
}
|