aboutsummaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorRoman / Linnea Gräf <romangraef@gmail.com>2022-09-28 10:45:59 +0200
committerGitHub <noreply@github.com>2022-09-28 10:45:59 +0200
commitc5da0ab7f89fbd7fd95688c59ae6f52207b2f974 (patch)
treec390727aff7ba8f268561a1178b291354be68293 /build.gradle.kts
parentdb2738ed39abb46713928faa755bb20cbf1849c4 (diff)
downloadSkyHanni-c5da0ab7f89fbd7fd95688c59ae6f52207b2f974.tar.gz
SkyHanni-c5da0ab7f89fbd7fd95688c59ae6f52207b2f974.tar.bz2
SkyHanni-c5da0ab7f89fbd7fd95688c59ae6f52207b2f974.zip
Add coroutines into ApiKeyGrabber.kt (#5)
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts4
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")