kmath/kmath-asm/build.gradle.kts

10 lines
168 B
Plaintext
Raw Normal View History

2020-06-05 18:05:16 +03:00
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")
}