kmath/kmath-kotlingrad/build.gradle.kts

10 lines
207 B
Plaintext
Raw Normal View History

plugins {
id("ru.mipt.npm.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"))
}