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 2aa5a5e commit 5687066
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions deps.kproject.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
dependencies:
- "https://github.com/korlibs/korge-ext/tree/main/korge-ktree"
#dependencies:
# - https://github.com/korlibs/korge-fleks/tree/main/fleks
3 changes: 1 addition & 2 deletions shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@ tasks.create<Delete>("disableKRes") {

tasks.all {
if (name.contains("mingwX64", ignoreCase = true)) {
onlyIf { false }
onlyIf { it.name == "compileKotlinMingwX64" }
}
}

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

Expand Down

0 comments on commit 5687066

Please sign in to comment.