File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ repositories {
1010}
1111
1212dependencies {
13- val kotlinVersion = " 2.1.0 "
13+ val kotlinVersion = " 2.2.20 "
1414 implementation(kotlin(" gradle-plugin" , kotlinVersion))
1515 implementation(" org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion " )
16- implementation(" org.jetbrains.compose:compose-gradle-plugin:1.7.1 " )
17- implementation(" com.huanshankeji.team:gradle-plugins:0.9.0 " ) // don't use a snapshot version in a main branch
18- implementation(" com.android.tools.build:gradle:8.5.2 " )
19- implementation(" com.huanshankeji:common-gradle-dependencies:0.9 .0-20241203 " ) // don't use a snapshot version in a main branch
16+ implementation(" org.jetbrains.compose:compose-gradle-plugin:1.9.0 " )
17+ implementation(" com.huanshankeji.team:gradle-plugins:0.10.0-SNAPSHOT " ) // TODO don't use a snapshot version in a main branch
18+ implementation(" com.android.tools.build:gradle:8.13.0 " )
19+ implementation(" com.huanshankeji:common-gradle-dependencies:0.10 .0-20250918-SNAPSHOT " ) // TODO don't use a snapshot version in a main branch
2020}
Original file line number Diff line number Diff line change 11import com.huanshankeji.CommonDependencies
22import org.jetbrains.compose.ComposeBuildConfig
33
4- val projectVersion = " 0.5.0 -SNAPSHOT"
4+ val projectVersion = " 0.5.1 -SNAPSHOT"
55
66val commonDependencies = CommonDependencies ()
77
88object DependencyVersions {
99 const val composeMultiplatform = ComposeBuildConfig .composeVersion // for "ui-unit"
10- val kobweb = " 0.19.2 "
10+ val kobweb = " 0.23.3 "
1111 val huanshankejiComposeHtml = " 0.4.1-SNAPSHOT" // TODO don't use a snapshot version in a main branch
1212 val kmdc = " 0.1.2"
13- val materialSymbols = " 0.25.1 "
13+ val materialSymbols = " 0.35.2 "
1414}
You can’t perform that action at this time.
0 commit comments