kmath/kmath-commons/build.gradle.kts
Iaroslav Postovalov 220eddd9df
Update changelog
2020-09-15 18:17:11 +07:00

10 lines
251 B
Plaintext

plugins { id("ru.mipt.npm.jvm") }
description = "Commons math binding for kmath"
dependencies {
api(project(":kmath-core"))
api(project(":kmath-coroutines"))
api(project(":kmath-prob"))
api("org.apache.commons:commons-math3:3.6.1")
}