Skip to content

Could not find org.matheclipse:matheclipse-api:3.1.0-SNAPSHOT #2

Description

@Mohsin0855

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, ...]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions