File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ repositories {
88}
99
1010dependencies {
11- val kotlinVersion = " 2.2.20 "
11+ val kotlinVersion = " 2.2.21 "
1212 implementation(kotlin(" gradle-plugin" , kotlinVersion))
1313 implementation(" org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion " )
14- implementation(" org.jetbrains.compose:compose-gradle-plugin:1.9.0 " )
14+ implementation(" org.jetbrains.compose:compose-gradle-plugin:1.9.1 " )
1515 val huanshankejiGradlePluginsVersion = " 0.10.0-SNAPSHOT" // TODO don't use a snapshot version in a main branch
1616 implementation(" com.huanshankeji:kotlin-common-gradle-plugins:$huanshankejiGradlePluginsVersion " )
1717 implementation(" com.huanshankeji.team:gradle-plugins:$huanshankejiGradlePluginsVersion " )
18- implementation(" com.huanshankeji:common-gradle-dependencies:0.10.0-20250918 -SNAPSHOT" ) // don't use a snapshot version in a main branch
18+ implementation(" com.huanshankeji:common-gradle-dependencies:0.10.0-20251024 -SNAPSHOT" ) // don't use a snapshot version in a main branch
1919 implementation(" org.jetbrains.dokka:dokka-gradle-plugin:2.1.0" )
2020}
Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ import com.huanshankeji.CommonDependencies
33const val projectVersion = " 0.4.1-SNAPSHOT"
44
55object DependencyVersions {
6+ // https://github.com/varabyte/kobweb/releases
67 val kobweb = " 0.23.3"
8+ // https://github.com/material-components/material-web/releases
79 val materialWeb = " 2.4.0"
810
911
You can’t perform that action at this time.
0 commit comments