Skip to content

Commit

Permalink
Fixed #33 but for kotlin as well
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox authored and modmuss50 committed Apr 21, 2023
1 parent 8a48040 commit a022909
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
plugins {
id 'fabric-loom' version '1.1-SNAPSHOT'
id 'maven-publish'
<%_ if (it.kotlin) { %>id "org.jetbrains.kotlin.jvm" version "<%= it.kotlin.kotlinVersion %>"<% } %>
<%_ if (it.kotlin) { %>
id "org.jetbrains.kotlin.jvm" version "<%= it.kotlin.kotlinVersion %>"
<%_ } %>
}

sourceCompatibility = JavaVersion.<%= it.java.compatibility %>
Expand Down

0 comments on commit a022909

Please sign in to comment.