Updated on 2026-08-14

This commit is contained in:
Tangem 2024-06-26 15:12:57 +04:00
parent ab914dd37a
commit f8884d521f
7 changed files with 98 additions and 53 deletions

View file

@ -24,7 +24,6 @@ internal fun BaseExtension.configureCompose(project: Project) {
contains(":features:onboarding") || // TODO: divide on api/impl after migrating all onboarding to module
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\$"))
}