Skip to content

Commit 7dd86b6

Browse files
committed
Fixed IDEA project import on Windows
1 parent 63d1d1b commit 7dd86b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/targets.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ kotlin {
2121
if (project.ext.ideaActive) {
2222
def ideaPreset = presets.linuxX64
2323
if (macosEnabled) ideaPreset = presets.macosX64
24-
if (winEnabled) ideaPreset = presets.mingwx64
24+
if (winEnabled) ideaPreset = presets.mingwX64
2525
project.ext.ideaPreset = ideaPreset
2626
}
2727
}

0 commit comments

Comments
 (0)