Updated on 2026-08-14
This commit is contained in:
parent
8d3c2b1cd8
commit
f84d6a1261
15 changed files with 694 additions and 4 deletions
|
|
@ -20,6 +20,7 @@ internal fun BaseExtension.configureCompilerOptions() {
|
|||
internal fun BaseExtension.configureCompose(project: Project) {
|
||||
val useCompose = with(project.path) {
|
||||
contains(":ui") ||
|
||||
contains(Regex(pattern = ":common-ui\$")) || // shared Composable UI component modules
|
||||
contains(":common:ui-charts") ||
|
||||
contains(":features:onboarding") || // TODO: divide on api/impl after migrating all onboarding to module
|
||||
contains(Regex(pattern = ":presentation\$")) ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue