Skip to content

Commit 23b4cf1

Browse files
committed
Bump our Gradle plugins to the latest stable version and remove the explicit "kotlin-2.1.0" in the library and project versions
1 parent c7795f7 commit 23b4cf1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
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.7.1-kotlin-2.1.0-SNAPSHOT") // TODO don't use a snapshot version in a main branch
18+
implementation("com.huanshankeji.team:gradle-plugins:0.8.0") // 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
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
import com.huanshankeji.CommonDependencies
22
import org.jetbrains.compose.ComposeBuildConfig
33

4-
val projectVersion = "0.5.0-kotlin-2.1.0-SNAPSHOT"
4+
val projectVersion = "0.5.0-SNAPSHOT"
55

66
val commonDependencies = CommonDependencies()
77

88
object DependencyVersions {
99
const val composeMultiplatform = ComposeBuildConfig.composeVersion // for "ui-unit"
1010
val kobweb = "0.19.2"
11-
val huanshankejiComposeHtml = "0.4.1-kotlin-2.1.0-SNAPSHOT" // TODO don't use a snapshot version in a main branch
11+
val huanshankejiComposeHtml = "0.4.1-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
}

0 commit comments

Comments
 (0)