We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8705922 commit 3ae544dCopy full SHA for 3ae544d
app/build.gradle.kts
@@ -48,6 +48,9 @@ android {
48
}
49
50
buildFeatures {
51
+ // Enables Compose functionality in Android Studio.
52
+ // @see: https://developer.android.com/develop/ui/compose/tooling#bom
53
+ // @see: https://developer.android.com/develop/ui/compose/bom
54
compose = true
55
56
0 commit comments