Slackbot
08/10/2023, 8:50 AMAdam
08/10/2023, 8:52 AM--stacktrace
to the Gradle command)?Adam
08/10/2023, 8:59 AMAnuroop Mallick
08/10/2023, 9:01 AMAnuroop Mallick
08/10/2023, 9:55 AMAnuroop Mallick
08/10/2023, 9:56 AMAdam
08/10/2023, 10:06 AMmy app/build.gradle
line 34, where it has
android {
I can also see that it's not using the plugins DSL, but is instead applying plugins
apply plugin: 'com.android.application'
apply plugin: 'com.google.gms.google-services'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
I'm not certain if that's the cause, but it's something I would look into migrating.Anuroop Mallick
08/10/2023, 10:13 AM