Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
added preliminary support for kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Sep 28, 2024
1 parent 8ddc430 commit f29228c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ 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)
id 'org.jetbrains.kotlin.jvm' version '1.8.21'
id 'org.jetbrains.kotlin.plugin.lombok' version '2.0.20'
}

architectury {
Expand Down Expand Up @@ -43,6 +45,9 @@ subprojects {
processResources {
exclude('gtuassets1.14')
}
ocompileKotlin {
kotlinOptions.jvmTarget = "17"
}
}

allprojects {
Expand Down

0 comments on commit f29228c

Please sign in to comment.