Files
no-copy/settings.gradle
T

8 lines
153 B
Groovy
Raw Normal View History

2026-01-22 13:00:21 +07:00
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}
2025-11-23 21:41:11 +07:00
rootProject.name = 'no-copy'
2026-01-22 13:00:21 +07:00
include 'referral'
2026-02-05 15:43:33 +07:00
include 'finance'
2026-01-22 13:00:21 +07:00