Skip to content

Commit

Permalink
Fixing event service.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamMc331 committed Apr 12, 2022
1 parent d6d7c72 commit b970c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octanegg/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ kotlin {
implementation(project(":core-models"))
implementation(project(":core-datetime"))
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2")
implementation("io.ktor:ktor-client-core:${Versions.ktor}")
api("io.ktor:ktor-client-core:${Versions.ktor}")
implementation("io.ktor:ktor-client-json:${Versions.ktor}")
implementation("io.ktor:ktor-client-logging:${Versions.ktor}")
implementation("io.ktor:ktor-client-serialization:${Versions.ktor}")
Expand Down

0 comments on commit b970c3a

Please sign in to comment.