Skip to content

Commit

Permalink
Fix Android release build
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterofbread committed Mar 29, 2024
1 parent b726601 commit d935b6e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ val buildConfigDesktop = tasks.register("buildConfigDesktop") {
afterEvaluate {
tasks.all {
when (name) {
"preDebugBuild" -> dependsOn(buildConfigDebug)
"preReleaseBuild" -> dependsOn(buildConfigRelease)
"compileDebugKotlinAndroid" -> dependsOn(buildConfigDebug)
"compileReleaseKotlinAndroid" -> dependsOn(buildConfigRelease)
"compileKotlinDesktop" -> dependsOn(buildConfigDesktop)
}
}
Expand Down

0 comments on commit d935b6e

Please sign in to comment.