12 lines
320 B
Plaintext
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)
|
|
} |