kmath/kmath-bignum/build.gradle.kts

11 lines
203 B
Plaintext
Raw Normal View History

plugins { id("scientifik.mpp") }
kotlin.sourceSets {
commonMain {
dependencies {
api("com.ionspin.kotlin:bignum:0.2.0")
api(project(":kmath-core"))
}
}
}