Created
August 2, 2023 05:42
-
-
Save tmaxxdd/2b296d7bb2a56da94bfdbc16413c67d1 to your computer and use it in GitHub Desktop.
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
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