Fixing versioning
This commit is contained in:
parent
b131adfad0
commit
d6a53dcb47
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ kotlin {
|
|||
}
|
||||
}
|
||||
|
||||
val appVersion = providers.gradleProperty("appVersion").orNull?.takeIf { it.isNotBlank() } ?: "DEV-SNAPSHOT"
|
||||
val appVersion = providers.gradleProperty("appVersion").orNull?.takeIf { it.isNotBlank() } ?: "0.0.1"
|
||||
|
||||
val generatedSrcDir = layout.buildDirectory.dir("generated/src/jvmMain/kotlin")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue