kmath/kmath-kotlingrad/build.gradle.kts

9 lines
135 B
Plaintext
Raw Normal View History

plugins {
id("ru.mipt.npm.jvm")
}
dependencies {
api("com.github.breandan:kotlingrad:0.3.7")
api(project(":kmath-ast"))
}