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 {
10
10
}
11
11
12
12
dependencies {
13
- val kotlinVersion = " 2.1.0 "
13
+ val kotlinVersion = " 2.2.20 "
14
14
implementation(kotlin(" gradle-plugin" , kotlinVersion))
15
15
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
20
20
}
Original file line number Diff line number Diff line change 1
1
import com.huanshankeji.CommonDependencies
2
2
import org.jetbrains.compose.ComposeBuildConfig
3
3
4
- val projectVersion = " 0.5.0 -SNAPSHOT"
4
+ val projectVersion = " 0.5.1 -SNAPSHOT"
5
5
6
6
val commonDependencies = CommonDependencies ()
7
7
8
8
object DependencyVersions {
9
9
const val composeMultiplatform = ComposeBuildConfig .composeVersion // for "ui-unit"
10
- val kobweb = " 0.19.2 "
10
+ val kobweb = " 0.23.3 "
11
11
val huanshankejiComposeHtml = " 0.4.1-SNAPSHOT" // TODO don't use a snapshot version in a main branch
12
12
val kmdc = " 0.1.2"
13
- val materialSymbols = " 0.25.1 "
13
+ val materialSymbols = " 0.35.2 "
14
14
}
You can’t perform that action at this time.
0 commit comments