Skip to content

Instantly share code, notes, and snippets.

@matiascalvo
Created April 24, 2022 07:50
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 matiascalvo/68cbf3e5f002d8e9a27d8740e1dd8751 to your computer and use it in GitHub Desktop.
Save matiascalvo/68cbf3e5f002d8e9a27d8740e1dd8751 to your computer and use it in GitHub Desktop.
Post - Compose app gradle
android {
composeOptions {
kotlinCompilerExtensionVersion libs.versions.compose.get()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment