Skip to content

Instantly share code, notes, and snippets.

@tmaxxdd
Created August 2, 2023 05:42
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 tmaxxdd/2b296d7bb2a56da94bfdbc16413c67d1 to your computer and use it in GitHub Desktop.
Save tmaxxdd/2b296d7bb2a56da94bfdbc16413c67d1 to your computer and use it in GitHub Desktop.
sourceSets {
...
val androidMain by getting {
dependencies {
implementation("androidx.activity:activity-compose:1.7.2")
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.core:core-ktx:1.10.1")
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment