Updated on 2026-08-14

This commit is contained in:
Tangem 2024-08-01 15:19:13 +04:00
parent 6227d835b0
commit 836fa6f4ab
5 changed files with 28 additions and 0 deletions

View file

@ -25,6 +25,7 @@ internal fun BaseExtension.configureCompose(project: Project) {
contains(Regex(pattern = ":presentation\$")) ||
contains(Regex(pattern = ":app\$")) || // TODO: [REDACTED_JIRA]
contains(Regex(pattern = ":features:markets:api\$")) || // provides Composable function
contains(Regex(pattern = ":features:manage-tokens:api\$")) || // provides Composable function
contains(Regex(pattern = ":impl\$"))
}