File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ repositories {
1111
1212dependencies {
1313 // With Kotlin 2.0.20, a "Could not parse POM" build error occurs in the JVM projects of some dependent projects.
14- val kotlinVersion = " 2.0.10 "
14+ val kotlinVersion = " 2.1.0 "
1515 implementation(kotlin(" gradle-plugin" , kotlinVersion))
1616 implementation(" org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion " )
1717 implementation(" org.jetbrains.compose:compose-gradle-plugin:1.7.0" )
18- implementation(" com.huanshankeji.team:gradle-plugins:0.6.0 " ) // don't use a snapshot version in a main branch
18+ implementation(" com.huanshankeji.team:gradle-plugins:0.7.1-kotlin-2.1.0-SNAPSHOT " ) // TODO don't use a snapshot version in a main branch
1919 implementation(" com.android.tools.build:gradle:8.5.2" )
2020 implementation(" com.huanshankeji:common-gradle-dependencies:0.8.0-20241016" ) // don't use a snapshot version in a main branch
2121}
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.0-kotlin-2.1.0- SNAPSHOT"
55
66val commonDependencies = CommonDependencies ()
77
88object DependencyVersions {
99 const val composeMultiplatform = ComposeBuildConfig .composeVersion // for "ui-unit"
1010 val kobweb = " 0.19.2"
11- val huanshankejiComposeHtml = " 0.4.0 " // don't use a snapshot version in a main branch
11+ val huanshankejiComposeHtml = " 0.4.1-kotlin-2.1.0-SNAPSHOT " // TODO don't use a snapshot version in a main branch
1212 val kmdc = " 0.1.2"
1313 val materialSymbols = " 0.25.1"
1414}
You can’t perform that action at this time.
0 commit comments