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 implemented Symja in my Android app by adding it as a module, exactly as shown in the example provided in this repository. The project was working fine before, but suddenly it started failing to build with missing dependency errors.
Error message:
Execution failed for task ':modules:symja-evaluator:compileDebugJavaWithJavac'.
Could not resolve all files for configuration ':modules:symja-evaluator:debugCompileClasspath'.
Could not find org.matheclipse:matheclipse-core:3.1.0-SNAPSHOT.
Required by:
project :modules:symja-evaluator
Could not find org.matheclipse:matheclipse-api:3.1.0-SNAPSHOT.
Required by:
project :modules:symja-evaluator
To Reproduce
Steps to reproduce the behavior:
Example input Symja input expression:
>>
Error result:
Expected behavior
A clear and concise description of what you expected to happen.
Expected (correct) result expression:
Screenshots
If applicable, add screenshots to help explain your problem.
Describe the bug
Describe the bug
I implemented Symja in my Android app by adding it as a module, exactly as shown in the example provided in this repository. The project was working fine before, but suddenly it started failing to build with missing dependency errors.
Error message:
Execution failed for task ':modules:symja-evaluator:compileDebugJavaWithJavac'.
To Reproduce
Steps to reproduce the behavior:
Example input Symja input expression:
Error result:
Expected behavior
A clear and concise description of what you expected to happen.
Expected (correct) result expression:
Screenshots
If applicable, add screenshots to help explain your problem.
Java