File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ repositories {
9
9
10
10
dependencies {
11
11
// With Kotlin 2.0.20, a "Could not parse POM" build error occurs in the JVM projects of some dependent projects.
12
- val kotlinVersion = " 2.0.10 "
12
+ val kotlinVersion = " 2.1.0 "
13
13
implementation(kotlin(" gradle-plugin" , kotlinVersion))
14
14
implementation(" org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion " )
15
15
implementation(" org.jetbrains.compose:compose-gradle-plugin:1.7.0" )
16
- val huanshankejiGradlePluginsVersion = " 0.7.0-SNAPSHOT" // TODO don't use a snapshot version in a main branch
16
+ val huanshankejiGradlePluginsVersion = " 0.7.1-kotlin-2.1. 0-SNAPSHOT" // TODO don't use a snapshot version in a main branch
17
17
implementation(" com.huanshankeji:kotlin-common-gradle-plugins:$huanshankejiGradlePluginsVersion " )
18
18
implementation(" com.huanshankeji.team:gradle-plugins:$huanshankejiGradlePluginsVersion " )
19
19
implementation(" com.huanshankeji:common-gradle-dependencies:0.8.0-20241016" ) // don't use a snapshot version in a main branch
Original file line number Diff line number Diff line change 1
1
import com.huanshankeji.CommonDependencies
2
2
3
- const val projectVersion = " 0.4.1-SNAPSHOT"
3
+ const val projectVersion = " 0.4.1-kotlin-2.1.0- SNAPSHOT"
4
4
5
5
object DependencyVersions {
6
6
val kobweb = " 0.19.2"
You can’t perform that action at this time.
0 commit comments