Skip to content

Commit

Permalink
Fix README for required dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xxfast authored Jun 3, 2023
1 parent 1592eff commit 507ae62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Include the dependency in `commonMain`. Latest version [![Maven Central](https:/
# For Compose Wear
decompose-router-wear = { module = "io.github.xxfast:decompose-router-wear", version.ref = "decompose-router" }

# You will probably need to also bring in decompose and essenty
# You will need to also bring in decompose and essenty
decompose = { module = "com.arkivanov.decompose:decompose", version.ref = "decompose" }
decompose-compose-multiplatform = { module = "com.arkivanov.decompose:extensions-compose-jetbrains", version.ref = "decompose" }
essenty-parcelable = { module = "com.arkivanov.essenty:parcelable", version.ref = "essenty" }
Expand Down

0 comments on commit 507ae62

Please sign in to comment.