File tree Expand file tree Collapse file tree 3 files changed +351
-26
lines changed Expand file tree Collapse file tree 3 files changed +351
-26
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ repositories {
77 // maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
88}
99
10- val kotlinVersion = " 1.8.10 "
11- val huanshankejiGradlePluginsVersion = " 0.4.0 "
10+ val kotlinVersion = " 1.8.20 "
11+ val huanshankejiGradlePluginsVersion = " 0.4.1 "
1212
1313dependencies {
1414 implementation(kotlin(" gradle-plugin" , kotlinVersion))
15- implementation(" org.jetbrains.compose:compose-gradle-plugin:1.3.1 " )
15+ implementation(" org.jetbrains.compose:compose-gradle-plugin:1.4.0 " )
1616 implementation(" com.huanshankeji:kotlin-common-gradle-plugins:$huanshankejiGradlePluginsVersion " )
1717 implementation(" com.huanshankeji.team:gradle-plugins:$huanshankejiGradlePluginsVersion " )
1818}
Original file line number Diff line number Diff line change 1- const val projectVersion = " 0.3.0 -SNAPSHOT"
1+ const val projectVersion = " 0.2.2 -SNAPSHOT"
22
33object DependencyVersions {
44 val webcomponents = " 2.6.0"
You can’t perform that action at this time.
0 commit comments