You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this error while trying to import in Intellij. I understand that the project does not want to support specific tools, I'm still hoping someone here has a quickfix for this. Pretty sure it's an internal Intellij dependency conflicting.
Thanks
Failed to evaluate script
WARNING Some JAR files in the classpath have the Kotlin Runtime library bundled into them. This may cause difficult to debug problems if there's a different version of the Kotlin Runtime library in the classpath. Consider removing these libraries from the classpath
WARNING Library has Kotlin runtime bundled into it (util-8.jar)
ERROR Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.7.1, expected version is 1.4.0. (compiler.common.kotlin_module)
ERROR Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.4.0. (kotlin-stdlib.kotlin_module)
E
The text was updated successfully, but these errors were encountered:
I'm getting this error while trying to import in Intellij. I understand that the project does not want to support specific tools, I'm still hoping someone here has a quickfix for this. Pretty sure it's an internal Intellij dependency conflicting.
Thanks
The text was updated successfully, but these errors were encountered: