IntelliJ IDEA Plugin dev library missing GSON

强颜欢笑 提交于 2019-12-11 07:33:46

问题


I'm building my old IntelliJ IDEA Plugin using new IDEA version (2017.3), and it gives warning:

Warning:Kotlin: Classpath entry points to a non-existent location: /home/ice1000/IDE/idea-IC-172.3544.35/lib/gson-2.5.jar

And errors:

Error:(4, 19) Kotlin: Unresolved reference: gson
Error:(29, 22) Kotlin: Unresolved reference: Gson
Error:(48, 24) Kotlin: Unresolved reference: Gson

Seems that the GSON library is removed, but my plugin is running finely in the new version.
But I can't build my plugin now.

Is there any solutions?

来源:https://stackoverflow.com/questions/47629458/intellij-idea-plugin-dev-library-missing-gson

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!