Skip to content

Commit

Permalink
Put the version of "material-symbols" in DependencyVersions
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed May 10, 2024
1 parent e4566dd commit 3487e71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions buildSrc/src/main/kotlin/VersionsAndDependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ object DependencyVersions {
val kobweb = "0.17.3"
val huanshankejiComposeHtml = "0.3.0"
val kmdc = "0.1.2"
val materialSymbols = "0.17.4"

object Androidx {
val activityCompose = "1.9.0"
Expand Down
2 changes: 1 addition & 1 deletion demo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ kotlin {
jsMain {
dependencies {
implementation(compose.html.core)
implementation(npm("material-symbols", "0.17.4"))
implementation(npm("material-symbols", DependencyVersions.materialSymbols))
}
}
}
Expand Down

0 comments on commit 3487e71

Please sign in to comment.