aboutsummaryrefslogtreecommitdiffstats
path: root/build/export_generators/ide-gradle/settings.gradle.kts.jinja
blob: a71aefe4f4567657558e930fa8d9a64a00fc1448 (plain) (blame)
1
2
3
4
5
6
7
8
9
rootProject.name = "{{ project_name }}"

{% for subdir in subdirs -%}
{%-    set classname = subdir | replace("/", ":") -%}
include(":{{ classname }}")
project(":{{ classname }}").projectDir = file("{{ arcadia_root }}/{{ subdir }}")
{% endfor -%}

{%- include "[generator]/debug.jinja" ignore missing -%}