Missing :xml_builder entry in application section causes the following error on compilation:
== Compilation error on file lib/segment/hkccs.ex ==
** (CompileError) lib/segment/hkccs.ex:15: module XmlBuilder is not loaded and could not be found
== Compilation error on file lib/command/initiate_payment.ex ==
** (CompileError) lib/command/initiate_payment.ex:72: FinTex.Segment.HKCCS.__struct__/0 is undefined, cannot expand struct FinTex.Segment.HKCCS
(elixir) src/elixir_map.erl:58: :elixir_map.translate_struct/4
Coverage remained the same at 34.532% when pulling 51857a22b8392afa730f8a60f029171145144ad4 on railsmechanic:master into cf38b6d5602474f13d3b0504d6d22930dd32417b on my-flow:master.
Missing
:xml_builder
entry in application section causes the following error on compilation: