Not sure if this is the right place (as I suspect ...
# multiplatform
e
Not sure if this is the right place (as I suspect this is more of an Intellij IDEA issue) but I have a lot of problems with IJ reporting errors like:
Cannot access class 'org.openrndr.draw.FontImageMap'. Check your module classpath for missing or conflicting dependencies
but the libraries are there
also everything builds fine from Gradle and I can even run the program
I have also tried all forms of resetting caches and reimporting the project
I am wondering if this an IJ bug or if I am doing something wrong in my orx and openrndr libraries that triggers this error.
both orx and openrndr are mpp libraries, orx has dependencies on openrndr
f
It could be you're having the same class be declared twice in your dependencies
e
That is not very likely, are there tools to easily verify this?
d
@edwinRNDR by any chance, have you upgraded to versio 1.5.30 of the IDEA Kotlin plugin? If that's the case, maybe you've been bitten by https://youtrack.jetbrains.com/issue/KTIJ-19504.
e
@Didier Villevalois indeed I have upgraded to 1.5.30! Thank you for linking to the relevant issue in the tracker, I missed it myself. This seems to be the same problem I am seeing.