Skip to content

Commit

Permalink
Update Compose to 1.7.0-beta02 (#595)
Browse files Browse the repository at this point in the history
This version of Compose deprecates the resource loading APIs we've been
using, and brutally removes ResourceLoader, so we need to migrate to the
new (experimental) CMP Resources API.

Things seem to work fine after upgrading and migrating. Would appreciate
further testing on platforms other than macOS before merging.
  • Loading branch information
rock3r authored and jakub-senohrabek committed Oct 14, 2024
1 parent ae7eed1 commit 76cc038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ commonmark = "0.22.0"
composeDesktop = "1.7.0-rc01"
detekt = "1.23.6"
dokka = "1.9.20"
idea = "2024.2.3"
intelliJPlatformBuild = "242.23339.11"
idea = "243.12818.47"
intelliJPlatformBuild = "243.12818.47-EAP-SNAPSHOT"
ideaPlugin = "2.1.0"
jna = "5.14.0"
kotlin = "2.0.10"
Expand Down

0 comments on commit 76cc038

Please sign in to comment.