Skip to content

Commit 3487e71

Browse files
committed
Put the version of "material-symbols" in DependencyVersions
1 parent e4566dd commit 3487e71

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

buildSrc/src/main/kotlin/VersionsAndDependencies.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ object DependencyVersions {
77
val kobweb = "0.17.3"
88
val huanshankejiComposeHtml = "0.3.0"
99
val kmdc = "0.1.2"
10+
val materialSymbols = "0.17.4"
1011

1112
object Androidx {
1213
val activityCompose = "1.9.0"

demo/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ kotlin {
7777
jsMain {
7878
dependencies {
7979
implementation(compose.html.core)
80-
implementation(npm("material-symbols", "0.17.4"))
80+
implementation(npm("material-symbols", DependencyVersions.materialSymbols))
8181
}
8282
}
8383
}

0 commit comments

Comments
 (0)