compile -> implement

This commit is contained in:
zeppi 2022-12-11 16:49:38 -05:00
parent de51f0776a
commit bd0ae66bed

View file

@ -166,7 +166,7 @@ dependencies {
{%- endfor -%} {%- endfor -%}
{%- if args.depends -%} {%- if args.depends -%}
{%- for depend in args.depends %} {%- for depend in args.depends %}
compile '{{ depend }}' implement '{{ depend }}'
{%- endfor %} {%- endfor %}
{%- endif %} {%- endif %}
} }