Hello! I'm trying to use the speech to text packag...
# community-support
a
Hello! I'm trying to use the speech to text package and used the sample code from the documentation in pub.dev, however when I run the code, it produces an error: The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher. The following dependencies do not satisfy the required version: project ':text_to_speech' -> org.jetbrains.kotlinkotlin gradle plugin1.3.50 how can I fix this? T_T
v
It was released two years ago and seems to simply not be compatible with current versions of Android Gradle Plugin. So unless you get that project to fix it or patch it yourself, you can probably not use it.