9 lines
130 B
Plaintext
9 lines
130 B
Plaintext
|
plugins {
|
||
|
`npm-multiplatform`
|
||
|
}
|
||
|
|
||
|
kotlin.sourceSets.commonMain {
|
||
|
dependencies {
|
||
|
api(project(":kmath-core"))
|
||
|
}
|
||
|
}
|