diff --git a/build.gradle.kts b/build.gradle.kts index 27eb016..ba678f0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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