Skip to content

Fix Kotlin compile blockers in Monet widgets and view model#4

Merged
hypermezo4-create merged 1 commit into
mainfrom
codex/fix-kotlin-compile-errors-in-dead-zon
Apr 21, 2026
Merged

Fix Kotlin compile blockers in Monet widgets and view model#4
hypermezo4-create merged 1 commit into
mainfrom
codex/fix-kotlin-compile-errors-in-dead-zon

Conversation

@hypermezo4-create

Copy link
Copy Markdown
Owner

Motivation

  • Resolve two Kotlin compile-time errors blocking builds so the project can compile cleanly with ./gradlew assembleDebug.
  • Keep changes minimal and source-only to address actual undefined symbol and mismatched named parameter issues.

Description

  • Import Box from androidx.compose.foundation.layout and use Box(...) in ColorPreviewRow to fix the unresolved Box reference in MonetWidgets.kt.
  • Align the named parameter used when copying preference state from selectedPresetId to presetId in MonetViewModel.kt to match StoredMonetState.
  • Files changed: app/src/main/java/com/deadzon/app/core/ui/MonetWidgets.kt and app/src/main/java/com/deadzon/app/feature/monet/MonetViewModel.kt.
  • Exact compile errors fixed: Unresolved reference: Box and No parameter with name 'selectedPresetId' found.

Testing

  • No automated Gradle build was run per instructions, so no assembleDebug was executed in this change set.
  • Source edits were validated by file inspection and successful commit, and they directly address the two compiler errors reported, so ./gradlew assembleDebug is expected to succeed for these issues.

Codex Task

@vercel

vercel Bot commented Apr 21, 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 21, 2026 10:06pm

@hypermezo4-create hypermezo4-create merged commit 8ce7d9d into main Apr 21, 2026
2 of 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