Updated on 2026-08-14
This commit is contained in:
parent
2de92a1101
commit
e513b24234
15 changed files with 57 additions and 68 deletions
|
|
@ -29,6 +29,7 @@ internal fun BaseExtension.configureCompose(project: Project) {
|
|||
contains(Regex(pattern = ":features:feed:api\$")) || // provides Composable function
|
||||
contains(Regex(pattern = ":features:manage-tokens:api\$")) || // provides Composable function
|
||||
contains(Regex(pattern = ":features:txhistory:api\$")) || // provides Composable function
|
||||
contains(Regex(pattern = ":features:promo-banners:api\$")) || // provides Composable function
|
||||
contains(Regex(pattern = ":impl\$"))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue