We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f18095 commit 1236833Copy full SHA for 1236833
settings.gradle.kts
@@ -1,7 +1,7 @@
1
pluginManagement { repositories { mavenLocal(); mavenCentral(); google(); gradlePluginPortal() } }
2
3
plugins {
4
- id("com.soywiz.kproject.settings") version "0.3.2-de-1.9.20-2914"
+ id("com.soywiz.kproject.settings") version "0.2.7"
5
}
6
7
kproject("./deps")
shared/build.gradle.kts
@@ -20,7 +20,7 @@ tasks.create<Delete>("disableKRes") {
20
afterEvaluate { File(buildDir, "KR/KR.kt").delete() }
21
22
23
-tasks.whenTaskAdded {
+tasks.all {
24
if (name.contains("mingw64", ignoreCase = true)) onlyIf { false }
25
26
0 commit comments