Skip to content

Commit

Permalink
Strawsss
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamMc331 committed Apr 12, 2022
1 parent 525d3e3 commit b18a145
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions event-implementation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ kotlin {
implementation(project(":core-datetime"))
implementation(project(":octanegg"))
implementation("com.apollographql.apollo3:apollo-runtime:${Versions.apollo}")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2")
implementation("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}")
}
}
val commonTest by getting {
Expand Down
5 changes: 5 additions & 0 deletions team-implementation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ kotlin {
dependencies {
implementation(project(":team-api"))
implementation(project(":octanegg"))
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2")
implementation("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}")
}
}
val commonTest by getting {
Expand Down

0 comments on commit b18a145

Please sign in to comment.