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