【问题标题】:IntelliJ: Unresolved function for dependencies moduleIntelliJ:依赖模块的未解析函数
【发布时间】:2019-04-02 06:47:00
【问题描述】:

我使用 rebar3 来管理 Erlang 项目的依赖关系。项目运行良好,但我的 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 很好地解决依赖关系?

谢谢~~

【问题讨论】:

    标签: intellij-idea erlang rebar3


    【解决方案1】:

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

    请参阅下面的屏幕截图:

    【讨论】:

      猜你喜欢
      • 2017-07-28
      • 2021-02-19
      • 1970-01-01
      • 1970-01-01
      • 2019-08-21
      • 1970-01-01
      • 1970-01-01
      • 2023-03-08
      • 1970-01-01
      相关资源
      最近更新 更多