我在我的一个java项目中使用IntelliJ。它必须使用gradle构建,并且在命令行中,它可以很好地工作,无论是构建还是运行。但是,Intellij无法构建和运行该项目。它可以导入带有所有依赖项的项目,但它给出了以下错误:
Unable to save plugin settings: The plugin org.jetbrains.plugins.gradle failedPlease restart IntelliJ IDE
在谷歌上搜索后我找到了这个
IML is a module file created by IntelliJ IDEA, an IDE used to develop Java applicationsIt stores information about a development module, which may be a Java, Plugin, Android, or Maven component但是我们已经有了用于依赖项和插件的Pubspec.yaml文件。所以我想知道.iml文件在颤振中的实际使用情况。