forked from kscience/kmath
10 lines
131 B
Plaintext
10 lines
131 B
Plaintext
plugins {
|
|
`kotlin-dsl`
|
|
}
|
|
|
|
repositories.jcenter()
|
|
|
|
dependencies {
|
|
implementation(kotlin("compiler-embeddable", "1.4.21"))
|
|
}
|