diff options
author | nea <romangraef@loves.dicksinhisan.us> | 2021-12-07 20:55:45 +0100 |
---|---|---|
committer | nea <romangraef@loves.dicksinhisan.us> | 2021-12-07 20:55:45 +0100 |
commit | 0b0670a115fc509d4ea84f0694287103adc8913b (patch) | |
tree | c4f5f8b6ec72468d598c19f914dd5782f4aaecc4 /build.gradle.kts | |
parent | 5843b02bad28bc82567c195ca0bb31515e3dbb36 (diff) | |
download | neamoe-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.kts | 2 |
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")) |