Skip to content

Instantly share code, notes, and snippets.

@himattm
Created July 14, 2021 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save himattm/306a196bea1fcb3771b3f3c2251b096c to your computer and use it in GitHub Desktop.
Save himattm/306a196bea1fcb3771b3f3c2251b096c to your computer and use it in GitHub Desktop.
Fix Jetpack Compose @Preview in release candidate 01
configurations.all {
resolutionStrategy {
force("androidx.compose.ui:ui-tooling:1.0.0-beta09")
force("androidx.compose.ui:ui-tooling-data:1.0.0-beta09")
force("androidx.compose.ui:ui-tooling-preview:1.0.0-beta09")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment