I started to try idea 2020, but it seems to not re...
# random
t
I started to try idea 2020, but it seems to not resolve test jar. in our gradle file we have
Copy code
testImplementation project(path: ":core-impl", configuration: "testHelper")
which works fine in 2019 but not in 2020. does somebody else experience the same issue? shall I try to duplicate on a smaller scale or is it already known?
or I could use the excuse to migrate to testfixtures, those works with both 2019 and 2020