numass/numass-detector-client/build.gradle.kts
Alexander Nozik ef670f8418
Refactor visualization
Replace usage of Stream:toList because of glitches in scripting
2022-11-21 16:36:24 +03:00

12 lines
320 B
Plaintext

plugins {
id("space.kscience.gradle.jvm")
}
val dataforgeVersion: String by rootProject.extra
dependencies {
// implementation("io.ktor:ktor-client-cio:$ktorVersion")
// implementation("io.ktor:ktor-client-logging:$ktorVersion")
implementation(npmlibs.ktor.client.cio)
api(projects.numassDataProto)
}