Skip to content

Commit

Permalink
added preliminary kotlin support
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Sep 27, 2024
1 parent 32c5188 commit dea612e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ plugins {
id "architectury-plugin" version "3.4-SNAPSHOT"
id "dev.architectury.loom" version "1.6-SNAPSHOT" apply(false)
id "com.github.johnrengelman.shadow" version "7.0.0" apply(false)
// Adds the Kotlin Gradle plugin
id 'org.jetbrains.kotlin.jvm' version '1.8.21'
id 'org.jetbrains.kotlin.plugin.lombok' version '2.0.20'
}

architectury {
Expand Down Expand Up @@ -45,7 +48,9 @@ subprojects {
// mappings "net.fabricmc:yarn:1.17.1+build.32:v2"
}


compileKotlin {
kotlinOptions.jvmTarget = "17"
}
}

allprojects {
Expand Down

0 comments on commit dea612e

Please sign in to comment.