Updated on 2026-08-14

This commit is contained in:
Tangem 2024-07-01 14:07:11 +03:00
parent f6d3003cb0
commit 2d8d9453bd
17 changed files with 763 additions and 55 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:manage-tokens:api\$")) || // provides Composable function
contains(Regex(pattern = ":features:markets:api\$")) || // provides Composable function
contains(Regex(pattern = ":impl\$"))
}