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 d18a13f commit cdc4085Copy full SHA for cdc4085
app/build.gradle.kts
@@ -86,6 +86,7 @@ dependencies {
86
87
//Mediapipe for segmentation (portrait)
88
implementation("com.google.mediapipe:tasks-vision:latest.release")
89
+ implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android")
90
}
91
92
0 commit comments