deltacv / EOCV-Sim

Develop, test, and tune your EasyOpenCV pipelines directly on your computer with a simple GUI !
https://deltacv.gitbook.io/eocv-sim/
MIT License
51 stars 18 forks source link

Package doesn't exist when it is in gradle #84

Closed js802025 closed 2 years ago

js802025 commented 2 years ago

EOCV-Sim says packages don't exist when ./gradlew build runs fine.

To Reproduce:

  1. Add dependency in gradle
  2. Import package in pipeline
  3. get error

Expected behavior To find dependency and import.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information): Windows 11

serivesmejia commented 2 years ago

Hi! The current design of Gradle workspaces isn't really meant for actually adding your dependencies there sadly, as they're ignored when eocv sim buids your code with a different workflow, the only purpose of Gradle is to provide intellisense for opencv functions in vs code. This might be improved in the future. If you were looking to add libraries you can try adding their source code to the workspace.

js802025 commented 2 years ago

Yeah, that's what I figured. Thanks for the help.

serivesmejia commented 2 years ago

Feel free to reopen this issue or make a new one if you need it. Thanks!