[F] Fix runtime dependency issue

pull/14/head
Azalea 2024-02-19 02:26:20 -05:00
parent c7a4902af0
commit 7b89016359
1 changed files with 4 additions and 0 deletions

View File

@ -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")