Gradle can resolve one at a time, but if I add both and build, it fails on the second one. Am I missing something here?
v
Vampire
08/19/2021, 9:59 AM
Can you specify "fails"?
j
jean
08/19/2021, 11:05 AM
Looking more into this, I figured out Android studio requires a specific android target when I did not have to provide it before. This two dependencies are kotlin multiplatform project, so adding an android target to them seems to have fix that specific issue. Now I have android related issues.