aboutsummaryrefslogtreecommitdiffstats
path: root/build/export_generators/gradle/settings.gradle.kts.jinja
blob: 5b16b159d85951c4d3eda01e3f1c4362f1f80a02 (plain) (blame)
1
2
3
4
5
rootProject.name = "{{project_name}}"

{% for subdir in subdirs -%}
include("{{ subdir | replace("/", ":") }}")
{% endfor -%}