2020-10-12 16:26:03 +03:00
|
|
|
plugins {
|
|
|
|
id("ru.mipt.npm.jvm")
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
2020-10-29 21:09:11 +03:00
|
|
|
implementation("com.github.breandan:kaliningraph:0.1.2")
|
|
|
|
implementation("com.github.breandan:kotlingrad:0.3.7")
|
2020-10-12 16:26:03 +03:00
|
|
|
api(project(":kmath-ast"))
|
|
|
|
}
|