Not sure if this is the correct channel but its related to updating compose library from 1.3.3 to 1.6.8(Yes we should be using BOM but its not my personal project i am working on)
Anyways after updating the compose library to 168 i get a build error when running our ui tests. i am able to run the app fine and even launch unit tests but ui tests is wher ei have issues with .
Below is the error:
Duplicate class androidx.colection.ArrayMapkt found in module colection-jvm-1.4.0.jar.
Now we have not added the androidX collection lib to our dependencies so not sure whats happening?
All my other androidX libraries are all up to date but compose doesnt seen to work if i update it?
Also, i want to note that