forked from kscience/kmath
15 lines
300 B
Plaintext
15 lines
300 B
Plaintext
plugins {
|
|
kotlin("jvm")
|
|
id("ru.mipt.npm.gradle.common")
|
|
}
|
|
|
|
dependencies {
|
|
implementation("com.github.breandan:kaliningraph:0.1.4")
|
|
implementation("com.github.breandan:kotlingrad:0.4.0")
|
|
api(project(":kmath-ast"))
|
|
}
|
|
|
|
readme {
|
|
maturity = ru.mipt.npm.gradle.Maturity.PROTOTYPE
|
|
}
|