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
I get the following error while building the android project on linux system
`~/aries-mobile-agent-react-native/aries-mobile-agent-react-native/node_modules/react-native-argon2/android/src/main/java/com/poowf/argon2/RNArgon2Package.java:13: error: com.poowf.argon2.RNArgon2Package is not abstract and does not override abstract method createJSModules() in com.facebook.react.ReactPackage
public class RNArgon2Package implements ReactPackage {
^
1 error
Task :react-native-argon2:compileReleaseJavaWithJavac FAILED
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.9/userguide/command_line_interface.html#sec:command_line_warnings
201 actionable tasks: 201 executed
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':react-native-argon2:compileReleaseJavaWithJavac'.
Compilation failed; see the compiler error output for 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 4m 47s
Error: Process completed with exit code 1.`
The text was updated successfully, but these errors were encountered:
I get the following error while building the android project on linux system
`~/aries-mobile-agent-react-native/aries-mobile-agent-react-native/node_modules/react-native-argon2/android/src/main/java/com/poowf/argon2/RNArgon2Package.java:13: error: com.poowf.argon2.RNArgon2Package is not abstract and does not override abstract method createJSModules() in com.facebook.react.ReactPackage
public class RNArgon2Package implements ReactPackage {
^
1 error
Execution failed for task ':react-native-argon2:compileReleaseJavaWithJavac'.
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.
BUILD FAILED in 4m 47s
Error: Process completed with exit code 1.`
The text was updated successfully, but these errors were encountered: