Fix architectury with kotlin

This commit is contained in:
Username404 2021-04-20 15:03:40 +02:00
parent 48220ec5e1
commit b7759bbd31
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 3 additions and 0 deletions

View File

@ -90,6 +90,9 @@ val mcBase: String = rootProject.architectury.minecraft.dropLast(2)
allprojects {
apply(plugin = "java")
apply(plugin = "architectury-plugin")
dependencies {
implementation(kotlin("stdlib-jdk8"))
}
java {
targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_1_8