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.kotlin
kotlin gradle plugin1.3.50
how can I fix this? T_T