Skip to content

Commit

Permalink
Merge pull request #785 from JetBrains/ilgonmic/material3
Browse files Browse the repository at this point in the history
Add material3 library
  • Loading branch information
nikpachoo authored Jan 8, 2025
2 parents 3b1f866 + 72d3f7a commit 504a9ee
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,24 @@ compose-animation = { group = "org.jetbrains.compose.animation", name = "animati
compose-animation-graphics = { group = "org.jetbrains.compose.animation", name = "animation-graphics", version.ref = "compose" }
compose-foundation = { group = "org.jetbrains.compose.foundation", name = "foundation", version.ref = "compose" }
compose-material = { group = "org.jetbrains.compose.material", name = "material", version.ref = "compose" }
compose-material3 = { group = "org.jetbrains.compose.material3", name = "material3", version.ref = "compose" }
compose-components-resources = { group = "org.jetbrains.compose.components", name = "components-resources", version.ref = "compose" }
kotlin-serialization-plugin = {group= "org.jetbrains.kotlin", name="kotlin-serialization-compiler-plugin", version.ref = "kotlin"}
gradle-develocity = {group = "com.gradle", name= "develocity-gradle-plugin", version.ref = "gradle-develocity"}

[bundles]
kotlin-stdlib = ["kotlin-stdlib", "kotlin-stdlib-jdk7", "kotlin-stdlib-jdk8"]
jackson = ["jackson-databind", "jackson-core", "jackson-annotations"]
compose = ["compose-runtime", "compose-ui", "compose-animation", "compose-animation-graphics", "compose-foundation", "compose-material", "compose-components-resources"]
compose = [
"compose-runtime",
"compose-ui",
"compose-animation",
"compose-animation-graphics",
"compose-foundation",
"compose-material",
"compose-material3",
"compose-components-resources",
]

[plugins]
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
Expand Down

0 comments on commit 504a9ee

Please sign in to comment.