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