kmath/kmath-commons/build.gradle.kts

15 lines
364 B
Plaintext
Raw Normal View History

plugins {
kotlin("jvm")
}
dependencies {
api(project(":kmath-core"))
api("org.apache.commons:commons-math3:3.6.1")
testImplementation("org.jetbrains.kotlin:kotlin-test")
testImplementation("org.jetbrains.kotlin:kotlin-test-junit")
}
//dependencies {
//// compile(project(":kmath-core"))
//// //compile project(":kmath-coroutines")
////}