Skip to content

Commit

Permalink
chore: attempt to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
bgiori committed Jul 23, 2024
1 parent 1167fc5 commit 6e2c621
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions evaluation-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,38 +39,9 @@ kotlin {
dependencies {
implementation(kotlin("test"))
implementation("io.ktor:ktor-client-core:$ktorVersion")
}
}
val jvmMain by getting
val jvmTest by getting {
dependencies {
implementation("io.ktor:ktor-client-cio:$ktorVersion")
}
}
val macosArm64Main by getting
val macosArm64Test by getting {
dependencies {
implementation("io.ktor:ktor-client-curl:$ktorVersion")
}
}
val macosX64Main by getting
val macosX64Test by getting {
dependencies {
implementation("io.ktor:ktor-client-curl:$ktorVersion")
}
}
val linuxArm64Main by getting
val linuxArm64Test by getting {
dependencies {
implementation("io.ktor:ktor-client-curl:$ktorVersion")
}
}
val linuxX64Main by getting
val linuxX64Test by getting {
dependencies {
implementation("io.ktor:ktor-client-curl:$ktorVersion")
}
}
}
}

Expand Down

0 comments on commit 6e2c621

Please sign in to comment.