-
-
Notifications
You must be signed in to change notification settings - Fork 5
Description
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'.
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.
Java
- Version [e.g. Java 11]
- OS [e.g. Android, Linux, Windows 10, ...]