Skip to content

Commit c0345e5

Browse files
committed
Put the project version in "VersionsAndDependencies.kt"
1 parent 92ec3c1 commit c0345e5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

buildSrc/src/main/kotlin/VersionsAndDependencies.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
val projectVersion = "0.2.0-SNAPSHOT"
2+
13
object DependencyVersions {
24
val composeMultiplatform = "1.6.1" // manually specified for "ui-unit"
35
val kobweb = "0.17.1"

buildSrc/src/main/kotlin/common-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories {
1414
}
1515

1616
group = "com.huanshankeji"
17-
version = "0.2.0-SNAPSHOT"
17+
version = projectVersion
1818

1919
kotlin {
2020
// for `androidx.compose`

0 commit comments

Comments
 (0)