diff options
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 23478f4ba..92fe2a40e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -56,9 +56,11 @@ dependencies { } annotationProcessor("org.spongepowered:mixin:0.8.4-SNAPSHOT") + implementation(kotlin("stdlib-jdk8")) + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4") + // If you don't want to log in with your real minecraft account, remove this line modRuntimeOnly("me.djtheredstoner:DevAuth-forge-legacy:1.1.0") - implementation(kotlin("stdlib-jdk8")) devenvMod("com.github.romangraef:notenoughupdates:b3e3583:all") |