Skip to content

Instantly share code, notes, and snippets.

@1jGabriel
Created February 22, 2023 19:24
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 1jGabriel/332ce9acb274fdfce0618b390dcb4815 to your computer and use it in GitHub Desktop.
Save 1jGabriel/332ce9acb274fdfce0618b390dcb4815 to your computer and use it in GitHub Desktop.
Jetpack Compose Preview
debugImplementation "androidx.compose.ui:ui-tooling:1.3.0"
implementation "androidx.compose.ui:ui-tooling-preview:1.3.0"
// Se o projeto foi criado como um projeto compose, essas dependencias são adicionadas automaticamente
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment