IntelliJ:依赖模块的未解析函数

IntelliJ: Unresolved function for dependencies module

我使用 rebar3 来管理 Erlang 项目依赖项。项目运行良好,但my IDE 无法解析依赖项的功能。这是我的演示项目:

rebar3_module_a (a rebar3 lib module)
rebar3_module_b (a rebar3 lib module)
rebar3_app (the main rebar3 app)

rebar3_app 使用 rebar3_module_a 和 rebar3_module_b 广告它的依赖项。 (见下面的屏幕截图):

有谁知道如何让我的IDE很好地解决依赖关系吗?

谢谢~~

通过将依赖项添加到项目的模块中解决了问题。

参考下面的屏幕截图: