diff --git a/build.gradle.kts b/build.gradle.kts index 60fae0c0..daf4da72 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -61,6 +61,10 @@ dependencies { implementation("io.ktor:ktor-serialization-kotlinx-json:2.3.8") implementation("org.jetbrains.kotlin:kotlin-reflect:1.9.22") + // Somehow these are needed for ktor even though they're not in the documentation + runtimeOnly("org.reactivestreams:reactive-streams:1.0.4") + runtimeOnly("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.8.0") + // Email implementation("org.simplejavamail:simple-java-mail:8.6.3") implementation("org.simplejavamail:spring-module:8.6.3")