16 lines
348 B
Plaintext
16 lines
348 B
Plaintext
plugins {
|
|
kotlin("jvm")
|
|
id("ru.mipt.npm.gradle.common")
|
|
}
|
|
|
|
dependencies {
|
|
api("org.ojalgo:ojalgo:48.4.1")
|
|
api(project(":kmath-complex"))
|
|
}
|
|
|
|
readme {
|
|
description = "OjAlgo bindings"
|
|
maturity = ru.mipt.npm.gradle.Maturity.PROTOTYPE
|
|
propertyByTemplate("artifact", rootProject.file("docs/templates/ARTIFACT-TEMPLATE.md"))
|
|
}
|