Created
July 14, 2021 13:44
-
-
Save himattm/306a196bea1fcb3771b3f3c2251b096c to your computer and use it in GitHub Desktop.
Fix Jetpack Compose @Preview in release candidate 01
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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