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