Skip to content

Conversation

@Sanlorng
Copy link
Collaborator

@Sanlorng Sanlorng commented Jul 5, 2025

This commit updates several project dependencies:

  • Kotlin: 2.1.20 -> 2.2.0
  • KSP: 2.1.20-2.0.0 -> 2.2.0-2.0.2
  • Compose: 1.8.0 -> 1.8.2
  • Android Gradle Plugin: 8.10.0
  • Android Build Tools: 31.7.2
  • Haze: 1.5.2 -> 1.6.6
  • Window Styler: 0.3.3-SNAPSHOT
  • Highlights: 1.0.0
  • Kotlinx Datetime: 0.6.1 -> 0.7.0
  • JNA: 5.16.0
  • BuildKonfig: 0.15.2 -> 0.17.1
  • Maven Publish: 0.32.0 -> 0.33.0
  • Hot Reload: 1.0.0-alpha10 -> 1.0.0-beta03
  • Activity Compose: 1.9.3 -> 1.10.1

Additionally, the SonatypeHost.CENTRAL_PORTAL in the Maven publish configuration has been changed to publishToMavenCentral().

The kotlin.time.ExperimentalTime annotation has been added to CalendarDatePicker and CalendarView due to changes in kotlinx-datetime and its usage of kotlin.time.Clock and kotlin.time.Instant. The way month and day are accessed from LocalDateTime has also been updated (e.g., monthNumber to month.number, dayOfMonth to day).

This commit updates several project dependencies:

- **Kotlin:** 2.1.20 -> 2.2.0
- **KSP:** 2.1.20-2.0.0 -> 2.2.0-2.0.2
- **Compose:** 1.8.0 -> 1.8.2
- **Android Gradle Plugin:** 8.10.0
- **Android Build Tools:** 31.7.2
- **Haze:** 1.5.2 -> 1.6.6
- **Window Styler:** 0.3.3-SNAPSHOT
- **Highlights:** 1.0.0
- **Kotlinx Datetime:** 0.6.1 -> 0.7.0
- **JNA:** 5.16.0
- **BuildKonfig:** 0.15.2 -> 0.17.1
- **Maven Publish:** 0.32.0 -> 0.33.0
- **Hot Reload:** 1.0.0-alpha10 -> 1.0.0-beta03
- **Activity Compose:** 1.9.3 -> 1.10.1

Additionally, the `SonatypeHost.CENTRAL_PORTAL` in the Maven publish configuration has been changed to `publishToMavenCentral()`.

The `kotlin.time.ExperimentalTime` annotation has been added to `CalendarDatePicker` and `CalendarView` due to changes in `kotlinx-datetime` and its usage of `kotlin.time.Clock` and `kotlin.time.Instant`. The way month and day are accessed from `LocalDateTime` has also been updated (e.g., `monthNumber` to `month.number`, `dayOfMonth` to `day`).
@Sanlorng Sanlorng requested a review from Konyaco July 5, 2025 12:36
@Konyaco Konyaco merged commit e841e46 into dev Jul 18, 2025
@Sanlorng Sanlorng deleted the update_deps branch July 18, 2025 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants