I am getting "There are multiple versions of "kotlin-test" used in nodejs build: 1.3.72, 1.4.20-M2. Only latest version will be used." despite there's nowhere "1.3.72" in my sources. Any idea why?
b
Big Chungus
10/31/2020, 4:26 PM
I'm guessing you're writing a gradle plugin which brings that kotlin version as embedded
a
Animesh Sahu
10/31/2020, 4:48 PM
Are you using some deps which depend on old version of kotlin test?