flutter-plugins
flutter-plugins copied to clipboard
CARP V3.0.1 Build failed with an exception
Device / Emulator and OS
Please complete the following information for each phone and/or emulator you're experiencing this bug on:
- NOTE 9
Describe the bug
I just created a new project and added the dependency to pubspec.yaml and get the error
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':background_locator:compileDebugKotlin'.
> 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]()
BUILD FAILED in 5s
Exception: Gradle task assembleDebug failed with exit code 1
To Reproduce
Just create a new project add the dependency and copy the example code and run.
Expected behavior
to build successfully ofcourse!
Actual behavior
the error as described above