Someone please help, the solution challenge is tod...
# community-support
a
Someone please help, the solution challenge is today and this is one of the only problems I am having to get my program to run. Help is appreciated! Thank you!
c
looks like you have 2 versions of kotlin on your classpath that have the same classes, so you're in jar hell. You need should use the module replace api, I think...
or component selection
trying to see if I can't find the property user doc links. This isn't it, but it's one https://docs.gradle.org/current/dsl/org.gradle.api.artifacts.ComponentSelectionRules.html
those should help, but basically, because they have different artifact identifiers but the same classes they're causing a problem
I would probably go with "replacedBy" fo rthis
which is documented in resolution rules