Skip to content

Commit 1ae6d94

Browse files
committed
fixup! Add linuxMain source set
1 parent ea9f841 commit 1ae6d94

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

compose/runtime/runtime-annotation/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ androidXComposeMultiplatform {
4141
darwin()
4242
js()
4343
wasm()
44-
45-
linuxX64()
46-
linuxArm64()
44+
linux()
4745
}
4846

4947
kotlin {

savedstate/savedstate-compose/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ androidXComposeMultiplatform {
4444
darwin()
4545
js()
4646
wasm()
47-
48-
linuxX64()
49-
linuxArm64()
47+
linux()
5048
}
5149

5250
kotlin {

0 commit comments

Comments
 (0)