2022-02-20 17:26:01 +03:00
|
|
|
plugins {
|
2022-06-07 12:44:30 +03:00
|
|
|
id("space.kscience.gradle.jvm")
|
2022-02-20 17:26:01 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
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)
|
|
|
|
}
|