kmath/kmath-for-real/build.gradle.kts

10 lines
133 B
Plaintext
Raw Normal View History

plugins {
id("ru.mipt.npm.mpp")
}
kotlin.sourceSets.commonMain {
dependencies {
api(project(":kmath-core"))
}
}