kmath/kmath-bignum/build.gradle.kts

11 lines
203 B
Plaintext
Raw Normal View History

plugins { id("scientifik.mpp") }
kotlin.sourceSets {
commonMain {
dependencies {
2020-09-13 12:18:35 +03:00
api("com.ionspin.kotlin:bignum:0.1.5")
api(project(":kmath-core"))
}
}
}