forked from kscience/kmath
10 lines
168 B
Plaintext
10 lines
168 B
Plaintext
|
plugins {
|
||
|
id("scientifik.jvm")
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
api(project(path = ":kmath-core"))
|
||
|
api("org.ow2.asm:asm:8.0.1")
|
||
|
api("org.ow2.asm:asm-commons:8.0.1")
|
||
|
}
|