2020-06-05 18:05:16 +03:00
|
|
|
plugins {
|
|
|
|
id("scientifik.jvm")
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
api(project(path = ":kmath-core"))
|
2020-06-07 15:04:39 +03:00
|
|
|
implementation("org.ow2.asm:asm:8.0.1")
|
|
|
|
implementation("org.ow2.asm:asm-commons:8.0.1")
|
2020-06-05 18:05:16 +03:00
|
|
|
}
|