Anmol
08/05/2025, 8:17 AMA 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.
Niels Doucet
08/05/2025, 8:22 AM> Compilation error. See log for more detailsHave you looked at the logs?
Anmol
08/05/2025, 8:27 AMNiels Doucet
08/05/2025, 8:37 AMAnmol
08/05/2025, 9:40 AM.\gradlew build
I am getting this error.Anmol
08/05/2025, 9:45 AM* What went wrong:
Could not determine the dependencies of task ':app:lintVitalReportRelease'.
> Could not resolve all dependencies for configuration ':app:releaseCompileClasspath'.
> Could not resolve project :notifee_react-native.
Required by:
project :app
> No matching variant of project :notifee_react-native was found. The consumer was configured to find a library for use during compile-time, preferably optimized for Android, as well as attribute 'com.android.build.api.attributes.AgpVersionAttr' with value '8.6.0', attribute 'com.android.build.api.attributes.BuildTypeAttr' with value 'release', attribute 'org.jetbrains.kotlin.platform.type' with value 'androidJvm' but:
- No variants exist.
> Could not resolve project :react-native-async-storage_async-storage.
Required by:
project :app
I think this error related to autolinking. actually I reinstalled the android studio and after that I started getting this issue.Vampire
08/05/2025, 9:56 AM--scan
as in the resulting build scan you also will have the output you are missing.
Regarding the latest message, you might consider asking in some R/N community instead.
Iirc you might miss a dependency in your package.json if that happens or something like that.