kmath/kmath-kotlingrad/build.gradle.kts

13 lines
278 B
Plaintext
Raw Normal View History

plugins {
2021-02-21 16:13:40 +03:00
id("ru.mipt.npm.gradle.jvm")
}
dependencies {
2020-11-29 20:55:42 +03:00
implementation("com.github.breandan:kaliningraph:0.1.4")
implementation("com.github.breandan:kotlingrad:0.4.0")
api(project(":kmath-ast"))
}
2021-01-30 20:23:15 +03:00
2021-03-16 20:56:20 +03:00
readme {
2021-01-30 20:23:15 +03:00
maturity = ru.mipt.npm.gradle.Maturity.PROTOTYPE
}