Skip to content

Commit

Permalink
- added missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusMuema committed Aug 22, 2022
1 parent 4fed093 commit bad3736
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,6 @@ dependencies {
implementation "androidx.compose.material:material:$compose_version"
implementation "androidx.compose.animation:animation:$compose_version"
implementation "androidx.compose.ui:ui-tooling-preview:$compose_version"

debugImplementation "androidx.compose.ui:ui-tooling:$compose_version"
}

0 comments on commit bad3736

Please sign in to comment.