kmath/kmath-asm/build.gradle.kts
2020-06-05 22:05:30 +07:00

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")
}