Skip to content

Commit 0c18d57

Browse files
committed
Place Kotlin buider before Java builder for Eclipse settings
1 parent 7d01f2c commit 0c18d57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
</projects>
77
<buildSpec>
88
<buildCommand>
9-
<name>org.eclipse.jdt.core.javabuilder</name>
9+
<name>org.jetbrains.kotlin.ui.kotlinBuilder</name>
1010
<arguments>
1111
</arguments>
1212
</buildCommand>
1313
<buildCommand>
14-
<name>org.jetbrains.kotlin.ui.kotlinBuilder</name>
14+
<name>org.eclipse.jdt.core.javabuilder</name>
1515
<arguments>
1616
</arguments>
1717
</buildCommand>

0 commit comments

Comments
 (0)