Skip to content

Commit

Permalink
add compose artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
elihart authored Mar 2, 2021
1 parent de00fa4 commit b9b276f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/jetpack-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Mavericks is still useful in a Jetpack Compose world. With Jetpack Compose, you can use Compose for all of your UI but Mavericks for your business logic, data fetching, interface to your dependency injection object graph, etc.

To use Mavericks with Jetpack Compose, add the `com.airbnb.android:mavericks-compose` artifact (TBD on versioning).
To use Mavericks with Jetpack Compose, add the `com.airbnb.android:mavericks-compose` artifact (2.1.0-alpha01).

## Creating a MavericksViewModel

Expand Down

0 comments on commit b9b276f

Please sign in to comment.