Skip to content

Commit beae04c

Browse files
wintmainwosys
authored andcommitted
[foundation][feat] Add empty compose demo
1 parent ae482f6 commit beae04c

File tree

8 files changed

+302
-94
lines changed

8 files changed

+302
-94
lines changed

app-catalog/samples/foundation/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,10 @@ dependencies {
3131
implementation libs.androidx.navigation.ui
3232
implementation libs.androidx.slidingpanelayout
3333
implementation libs.coil
34+
implementation libs.androidx.lifecycle.runtime.ktx
35+
implementation libs.androidx.ui.graphics
36+
implementation libs.compose.ui.tooling.preview
37+
androidTestImplementation libs.compose.ui.test.junit4
38+
debugImplementation libs.compose.ui.tooling
39+
debugImplementation libs.compose.ui.test.manifest
3440
}

0 commit comments

Comments
 (0)