Unresolved reference: tensorflow
I am working with artificial intelligence models and Flutter, and in this context, I need to use some Kotlin code in my project. However, when I import the TensorFlow packages into the file, I get the error 'Unresolved reference: tensorflow' and cannot use the package.
There is my gradle file:
plugins {
id "com.android.application"
id "kotlin-android"
// The Flutter Gradle Plugin must be applied after the Android and Kotlin Gradle plugins.
id...