This message was deleted.
# community-support
s
This message was deleted.
t
Did you try running
flutter doctor --android-licenses
or whatever the linked page says you should be doing?
v
And besides that, your question has nothing to do with Gradle, so is not really appropriate for the Gradle Community Slack. 😉
m
@Vampire the error literally said "... Execution failed for task 'appcompileDebugKotlin'.
A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction
> Compilation error. See log for more details * Try:
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
* Get more help at https://help.gradle.org .."
@Thomas Broyer yes that was the output
v
Unfortunately, every failed Gradle build tells to get help here. But that is actually non-sense. This is for help with Gradle problems. You don't have a Gradle problem. Your code does not compile, probably because you made some syntax error or similar. The error message from your last screenshot says that you want to use something that is compile for Java 11 or newer while using Java 8.