You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the speech_to_text 6.6.1 on my laptop, I am getting this issue with the example code provided. I have added the all the permissions too. The project level build.gradle file does have any org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50
This is the file
allprojects {
repositories {
google()
mavenCentral()
}
}
I am trying to use the speech_to_text 6.6.1 on my laptop, I am getting this issue with the example code provided. I have added the all the permissions too. The project level build.gradle file does have any org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50
This is the file
allprojects {
repositories {
google()
mavenCentral()
}
}
rootProject.buildDir = '../build'
subprojects {
project.buildDir = "${rootProject.buildDir}/${project.name}"
}
subprojects {
project.evaluationDependsOn(':app')
}
tasks.register("clean", Delete) {
delete rootProject.buildDir
}
Note device used for running Oneplus nord n30
The text was updated successfully, but these errors were encountered: