-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error:Execution failed for task ':flutter_smart_auth:compileDebugKotlin'. > Compilation error. See log for more details #5
Comments
@GauravCalidig Could you add the logs? |
Running Gradle task 'assembleDevelopmentDebug'...
e: .../.pub-cache/hosted/pub.dartlang.org/smart_auth-1.0.6/android/src/main/kotlin/fman/ge/smart_auth/SmartAuthPlugin.kt: (37, 7): Redeclaration: SmartAuthPlugin
e: .../.pub-cache/hosted/pub.dartlang.org/smart_auth-1.0.7/android/src/main/kotlin/fman/ge/smart_auth/SmartAuthPlugin.kt: (31, 7): Redeclaration: SmartAuthPlugin
FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':smart_auth:compileDebugKotlin'.
> 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.
==============================================================================
2: Task failed with an exception.
-----------
* What went wrong:
java.lang.StackOverflowError (no error message)
* 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 1m 13s
Exception: Gradle task assembleDevelopmentDebug failed with exit code 1 |
Fixed by a |
not working. Same issue |
The same problem with latest version Note: Recompile with -Xlint:unchecked for details. FAILURE: Build failed with an exception. |
Look at my PR #27 |
No description provided.
The text was updated successfully, but these errors were encountered: