Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce0203 committed Aug 19, 2023
1 parent 729d694 commit a6de0f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ tasks.create<Delete>("disableKRes") {

tasks.all {
if (name.contains("mingwX64", ignoreCase = true)) {
File(projectDir, "temp/$name").createNewFile()
onlyIf { false }
}
}

tasks.create<Delete>("disableBootstrap") {
dependsOn(tasks.getByName("compileKotlinMingwX64"))
dependsOn(tasks.getByName("compileKotlin"))
beforeEvaluate { File(projectDir, "build/platforms/native-desktop/bootstrap.kt").delete() }
}

Expand Down

0 comments on commit a6de0f9

Please sign in to comment.