kmath/kmath-functions/build.gradle.kts

10 lines
133 B
Plaintext
Raw Normal View History

plugins {
id("ru.mipt.npm.mpp")
}
2020-01-12 10:02:28 +03:00
kotlin.sourceSets.commonMain {
dependencies {
api(project(":kmath-core"))
}
2020-01-12 10:02:28 +03:00
}