File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -2,19 +2,19 @@ plugins {
22 `kotlin- dsl`
33}
44repositories {
5- // mavenLocal() // comment out when not needed
5+ mavenLocal() // TODO comment out when not needed
66 gradlePluginPortal()
77 // maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
88}
99
1010dependencies {
11- val kotlinVersion = " 2.1.0 "
11+ val kotlinVersion = " 2.2.20 "
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.7.1 " )
15- val huanshankejiGradlePluginsVersion = " 0.9.0 " // don't use a snapshot version in a main branch
14+ implementation(" org.jetbrains.compose:compose-gradle-plugin:1.9.0 " )
15+ 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.9 .0-20241203 " ) // don't use a snapshot version in a main branch
19- implementation(" org.jetbrains.dokka:dokka-gradle-plugin:2.0 .0-Beta" )
18+ implementation(" com.huanshankeji:common-gradle-dependencies:0.10 .0-20250918-SNAPSHOT " ) // don't use a snapshot version in a main branch
19+ implementation(" org.jetbrains.dokka:dokka-gradle-plugin:2.1 .0-Beta" )
2020}
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import com.huanshankeji.CommonDependencies
33const val projectVersion = " 0.4.1-SNAPSHOT"
44
55object DependencyVersions {
6- val kobweb = " 0.20.0 "
7- val materialWeb = " 2.2 .0"
6+ val kobweb = " 0.23.3 "
7+ val materialWeb = " 2.4 .0"
88
99
1010 // legacy versions that don't need to be updated
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ plugins {
77
88repositories {
99 mavenCentral()
10+ google()
1011 maven(" https://maven.pkg.jetbrains.space/public/p/compose/dev" )
1112 maven(" https://us-central1-maven.pkg.dev/varabyte-repos/public" ) // for Kobweb
1213}
You can’t perform that action at this time.
0 commit comments