summaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
authornea <romangraef@loves.dicksinhisan.us>2021-12-07 20:55:45 +0100
committernea <romangraef@loves.dicksinhisan.us>2021-12-07 20:55:45 +0100
commit0b0670a115fc509d4ea84f0694287103adc8913b (patch)
treec4f5f8b6ec72468d598c19f914dd5782f4aaecc4 /build.gradle.kts
parent5843b02bad28bc82567c195ca0bb31515e3dbb36 (diff)
downloadneamoe-0b0670a115fc509d4ea84f0694287103adc8913b.tar.gz
neamoe-0b0670a115fc509d4ea84f0694287103adc8913b.tar.bz2
neamoe-0b0670a115fc509d4ea84f0694287103adc8913b.zip
noopen and comic sans
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index a88b52f..b7e026a 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -23,6 +23,8 @@ kotlin {
val processResources by tasks.getting(Copy::class)
dependencies {
+ implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0-RC")
+
implementation(enforcedPlatform("org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom:0.0.1-pre.256-kotlin-1.5.31"))
implementation("org.jetbrains.kotlin-wrappers:kotlin-styled")
implementation(npm("@fontsource/comic-mono", "^4.5.0"))