Updated on 2026-08-14
This commit is contained in:
parent
f0d95b079a
commit
ce360d9c2b
7 changed files with 58 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ internal fun BaseExtension.configureCompilerOptions() {
|
|||
internal fun BaseExtension.configureCompose(project: Project) {
|
||||
val useCompose = with(project.path) {
|
||||
contains(":ui") ||
|
||||
contains(":onboarding") ||
|
||||
contains(":presentation") ||
|
||||
contains(":app") || // TODO: [REDACTED_JIRA]
|
||||
contains(":tester:impl") // TODO: Rename module
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue