Skip to content

Fix Compose unresolved references: add Modifier import and replace ExposedDropdownMenu with DropdownMenu#7

Merged
hypermezo4-create merged 1 commit into
mainfrom
codex/fix-kotlin/compose-compile-errors
Apr 22, 2026
Merged

Fix Compose unresolved references: add Modifier import and replace ExposedDropdownMenu with DropdownMenu#7
hypermezo4-create merged 1 commit into
mainfrom
codex/fix-kotlin/compose-compile-errors

Conversation

@hypermezo4-create

Copy link
Copy Markdown
Owner

Motivation

  • Resolve Kotlin/Compose compile failures caused by unresolved symbols Modifier and ExposedDropdownMenu so the app can build under CI without changing project structure.
  • Keep fixes minimal and restricted to the failing source files to preserve the DeadZon hub architecture.

Description

  • Added the missing Compose UI import import androidx.compose.ui.Modifier in app/src/main/java/com/deadzon/app/app/DeadZonApp.kt to fix Modifier references.
  • Replaced ExposedDropdownMenu usage with Material 3 DropdownMenu in app/src/main/java/com/deadzon/app/feature/modules/ModulesScreen.kt and adjusted imports to use import androidx.compose.material3.DropdownMenu while keeping the surrounding ExposedDropdownMenuBox/OutlinedTextField integration intact.
  • Left UI behavior intact while making the dropdown implementation compile cleanly under the current Compose setup.

Testing

  • No automated tests were executed as part of this change; edits are source-level compile fixes and were committed (git commit) so CI should now progress past the previous unresolved-reference compile step.

Codex Task

@vercel

vercel Bot commented Apr 22, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cavo Ready Ready Preview, Comment Apr 22, 2026 10:51am

@hypermezo4-create hypermezo4-create merged commit e997e0f into main Apr 22, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant