You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing the library, the project is not building anymore:
FAILURE: Build failed with an exception.
What went wrong: Execution failed for task ':tasks'.
Could not create task ':baronha_react-native-photo-editor:compileDebugAndroidTestKotlin'. Cannot use @TaskAction annotation on method AbstractKotlinCompile.execute() because interface org.gradle.api.tasks.incremental.IncrementalTaskInputs is not a valid parameter to an action method.
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
The text was updated successfully, but these errors were encountered:
I'm getting a new error now. In any case you just need to override the kotlin version with whichever one you need. If you get issues about duplicate libraries, update the version to match the version of the duplicates (I ended up needing to change it to 1.7.22).
After installing the library, the project is not building anymore:
FAILURE: Build failed with an exception.
What went wrong: Execution failed for task ':tasks'.
Could not create task ':baronha_react-native-photo-editor:compileDebugAndroidTestKotlin'. Cannot use @TaskAction annotation on method AbstractKotlinCompile.execute() because interface org.gradle.api.tasks.incremental.IncrementalTaskInputs is not a valid parameter to an action method.
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
The text was updated successfully, but these errors were encountered: