modular-ftc / modular-sample

3 stars 1 forks source link

Building non-lite results in vuforia error #9

Open jmayerbsd opened 5 years ago

jmayerbsd commented 5 years ago

When I build with com.github.modular-ftc:robotcore-repackaged:$ftc_version.1, I get Error: Program type already present: com.vuforia.TrackerManager. However with .0 and .1-lite it's ok. Is this something wrong with my configuration? Should CI testing be added for a non-lite variant?

magneticflux- commented 5 years ago

It looks like I messed up adding the Vuforia dependency, I'll be able to check in an hour and hopefully push an update then. No CI for non-lite was an oversight, we'll look in to fixing that.

magneticflux- commented 5 years ago

@jmayerbsd Could you post what dependencies you are using? I'm not able to reproduce what you are describing.

Edit: Actually, could you run a build with the --scan flag and send me a link to the Gradle Build Scan? That should let me see the whole build environment.