Files
AndroidJetpack/ComposeDebugDrawer/documentation/_include/description.md
T
coco 723ce1af5c a
2026-07-03 15:12:48 +08:00

7 lines
196 B
Markdown

{% for key, value in other_projects["libraries"].items() %}
{% for prj in value %}
{% if prj["name"] == project["library"]["name"] %}
{{ prj["description"] }}
{% endif %}
{% endfor %}
{% endfor %}