forked from kscience/kmath
9 lines
131 B
Plaintext
9 lines
131 B
Plaintext
|
plugins {
|
||
|
kotlin("jvm")
|
||
|
id("ru.mipt.npm.gradle.common")
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
compileOnly(kotlin("compiler-embeddable"))
|
||
|
}
|