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

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