Skip to content

Commit 3ae544d

Browse files
committed
chore: enable compose and add links to official docs
1 parent 8705922 commit 3ae544d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ android {
4848
}
4949

5050
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
5154
compose = true
5255
}
5356

0 commit comments

Comments
 (0)