Skip to content

Commit

Permalink
Build ui-tooling-data
Browse files Browse the repository at this point in the history
igordmn committed Jul 21, 2022
1 parent 97266a0 commit 9b530c9
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions compose/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -37,6 +37,7 @@ val mainComponents =
ComposeComponent(":compose:ui:ui-test-junit4", supportedPlatforms = ComposePlatforms.JVM_BASED),
ComposeComponent(":compose:ui:ui-text"),
ComposeComponent(":compose:ui:ui-tooling", supportedPlatforms = ComposePlatforms.JVM_BASED),
ComposeComponent(":compose:ui:ui-tooling-data", supportedPlatforms = ComposePlatforms.JVM_BASED),
ComposeComponent(":compose:ui:ui-tooling-preview", supportedPlatforms = ComposePlatforms.JVM_BASED),
ComposeComponent(":compose:ui:ui-unit"),
ComposeComponent(":compose:ui:ui-util"),
@@ -50,11 +51,6 @@ val iconsComponents =
fun ComposePublishingTask.mainPublications() {
publish(":compose:compiler:compiler", publications = listOf("Maven"))
publish(":compose:compiler:compiler-hosted", publications = listOf("Maven"))
publish(
":compose:ui:ui-tooling-data",
onlyWithPlatforms = setOf(ComposePlatforms.AndroidRelease, ComposePlatforms.AndroidDebug),
publications = listOf("Maven")
)

publish(
":compose:desktop:desktop",
2 changes: 1 addition & 1 deletion compose/frameworks/support

0 comments on commit 9b530c9

Please sign in to comment.