Open kendas opened 3 months ago
change kotlin.android plugin version to 1.9.10 or newer in settings.gradle (or build.gradle buildscript) :
plugins {
...
id "org.jetbrains.kotlin.android" version "1.9.10" apply false //change from 1.7.10
}
you should also run flutter upgrade
so that future projects template will have the new plugin version.
Hi.
I had an issue building a Flutter project for Android where this library is a transitive dependency. After investigating a few leads, I discovered that this project does not build with the default generated Flutter app.
I created a new Flutter project like so:
I then ran the default app from Android Studio on my phone. Works.
Then I added this library:
At this point I attempted to run the app again, and this is the output I got:
Further information on the Flutter version:
Is there any changes I can make to my gradle settings that would resolve this?