Skip to content

Commit 1231c92

Browse files
committed
fixup! Compose UI for Linux
1 parent c9a9317 commit 1231c92

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: compose/material/material-navigation/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ androidXComposeMultiplatform {
3535
darwin()
3636
js()
3737
wasm()
38+
linux()
3839
}
3940

4041
kotlin {

Diff for: compose/ui/ui-test-junit4/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ if(AndroidXComposePlugin.isMultiplatformEnabled(project)) {
8585
darwin()
8686
js()
8787
wasm()
88-
// TODO: linux()
88+
linux()
8989

9090
configureDarwinFlags()
9191
}

0 commit comments

Comments
 (0)