forked from kscience/kmath
14 lines
288 B
Plaintext
14 lines
288 B
Plaintext
plugins {
|
|
`npm-multiplatform`
|
|
}
|
|
|
|
description = "A proof of concept module for adding typ-safe dimensions to structures"
|
|
|
|
kotlin.sourceSets {
|
|
commonMain {
|
|
dependencies {
|
|
implementation(kotlin("reflect"))
|
|
api(project(":kmath-core"))
|
|
}
|
|
}
|
|
} |