Skip to content

Conversation

@conradev
Copy link
Owner

Summary

  • align the Compose foundation/UI/material icon artifacts with the published 1.7.8 release so the Android build can resolve dependencies

Testing

  • ./gradlew :Android:lint --console=plain
  • ./gradlew test --console=plain

https://chatgpt.com/codex/tasks/task_e_68eb059e922c8325a1e85574f5f13593

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is being reviewed by Cursor Bugbot

Details

You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

import kotlin.time.Clock
import kotlin.time.ExperimentalTime

@OptIn(ExperimentalTime::class)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Clock Import Error Causes Compilation Failure

The import changed from kotlinx.datetime.Clock to kotlin.time.Clock, but the code still uses Clock.System.now(). kotlin.time.Clock lacks the System property and is for measuring elapsed time, not current timestamps. This will cause a compilation error, as database operations expect kotlinx.datetime.Instant types.

Fix in Cursor Fix in Web

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