Skip to content

Commit

Permalink
Build extended icons and material3 for all targets (#2133)
Browse files Browse the repository at this point in the history
Fixes #2106

Also will add a task on CI
  • Loading branch information
igordmn authored Jun 29, 2022
1 parent 412e4f7 commit 04c93ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ val mainComponents =
listOf(
ComposeComponent(":compose:animation:animation"),
ComposeComponent(":compose:animation:animation-core"),
ComposeComponent(":compose:animation:animation-graphics", supportedPlatforms = ComposePlatforms.JVM_BASED),
ComposeComponent(":compose:animation:animation-graphics"),
ComposeComponent(":compose:foundation:foundation"),
ComposeComponent(":compose:foundation:foundation-layout"),
ComposeComponent(":compose:material:material"),
ComposeComponent(":compose:material3:material3", supportedPlatforms = ComposePlatforms.JVM_BASED),
ComposeComponent(":compose:material3:material3"),
ComposeComponent(":compose:material:material-icons-core"),
ComposeComponent(":compose:material:material-ripple"),
ComposeComponent(":compose:runtime:runtime"),
Expand All @@ -39,12 +39,12 @@ val mainComponents =
ComposeComponent(":compose:ui:ui-tooling", supportedPlatforms = ComposePlatforms.JVM_BASED),
ComposeComponent(":compose:ui:ui-tooling-preview", supportedPlatforms = ComposePlatforms.JVM_BASED),
ComposeComponent(":compose:ui:ui-unit"),
ComposeComponent(":compose:ui:ui-util", supportedPlatforms = ComposePlatforms.ALL),
ComposeComponent(":compose:ui:ui-util"),
)

val iconsComponents =
listOf(
ComposeComponent(":compose:material:material-icons-extended", supportedPlatforms = ComposePlatforms.JVM_BASED),
ComposeComponent(":compose:material:material-icons-extended"),
)

fun ComposePublishingTask.mainPublications() {
Expand Down

0 comments on commit 04c93ed

Please sign in to comment.