代码之家  ›  专栏  ›  技术社区  ›  Ace.Yin

Erlang-Rebar3-Idea:依赖模块的未解析函数

  •  0
  • Ace.Yin  · 技术社区  · 6 年前

    我使用rebar3来管理erlang项目依赖关系。

    该项目运行良好,但该想法无法解决依赖项的功能。

    • rebar3\u模块\u b(rebar3 lib模块)

    rebar3\u应用程序使用rebar3\u模块\u a和rebar3\u模块\u b作为它的依赖项。 (参见下面的屏幕截图):

    有人知道如何让Idea很好地解决依赖关系吗?

    谢谢~~

    enter image description here

    1 回复  |  直到 6 年前
        1
  •  2
  •   Ace.Yin    6 年前

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

    enter image description here