I have a java & scala project that I am updating jars for.
I swapped out akka-camel_2.11.jar
and replaced it with jar akka-camel_2.13-2.5.25.jar
, and now I see the error shown in the title when attempting to build in Intellij.
What is the scala signature
? What is package.class
?
And how might I edit these so that my project can build using this updated jar?
When you have multiple versions of dependencies of same SDK it show this error
I too faced this issue.
my scala project had the following dependencies
org.scala-lang:scala-library.2.11.0 [as well as]
org.scala-lang:scala-library.2.7.0
so this caused the confusion with the signature.
remove one of the added library . in intellij idea files -> project structure -> library tab -> scroll and search for the extra added library -> press the '-' icon at top left side of the dialog box.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With