Skip to content

Commit

Permalink
Move material3-common to COMPOSE_MATERIAL3_COMMON group
Browse files Browse the repository at this point in the history
It has it's own versioning
  • Loading branch information
igordmn authored Dec 9, 2024
1 parent f8ef71b commit d3af42f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mpp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ val libraryToComponents = mapOf(
ComposeComponent(":compose:foundation:foundation-layout"),
ComposeComponent(":compose:material:material"),
ComposeComponent(":compose:material3:material3"),
ComposeComponent(":compose:material3:material3-common"),
//ComposeComponent(":compose:material:material-icons-core"),
ComposeComponent(":compose:material:material-ripple"),
ComposeComponent(":compose:material:material-navigation"),
Expand Down Expand Up @@ -90,6 +89,9 @@ val libraryToComponents = mapOf(
ComposeComponent(":compose:ui:ui-unit"),
ComposeComponent(":compose:ui:ui-util"),
),
"COMPOSE_MATERIAL3_COMMON" to listOf(
ComposeComponent(":compose:material3:material3-common"),
),
"COMPOSE_MATERIAL3_ADAPTIVE" to listOf(
ComposeComponent(":compose:material3:adaptive:adaptive"),
ComposeComponent(":compose:material3:adaptive:adaptive-layout"),
Expand Down

0 comments on commit d3af42f

Please sign in to comment.