把上面的.iml文件替换为:
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="KotlinJavaRuntime" level="project" />
</component>
</module>
参考资料:https://blog.csdn.net/wangyuanjiet/article/details/81220987
版权声明:本文为JunyouYH原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。