We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3771a87 commit f645e2dCopy full SHA for f645e2d
core/build.gradle.kts
@@ -10,9 +10,9 @@ dependencies {
10
// Mathematical libraries
11
implementation("ch.obermuhlner:big-math:2.3.0")
12
val kmathVersion by extra { "0.1.4-dev-8" }
13
- implementation("scientifik:kmath-core:$kmathVersion")
14
- implementation("scientifik:kmath-ast:$kmathVersion")
15
- implementation("scientifik:kmath-prob:$kmathVersion")
+ testImplementation("scientifik:kmath-core:$kmathVersion")
+ testImplementation("scientifik:kmath-ast:$kmathVersion")
+ testImplementation("scientifik:kmath-prob:$kmathVersion")
16
// implementation("com.ionspin.kotlin:bignum:0.1.0")
17
// implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:_")
18
testImplementation("org.ejml:ejml-kotlin:0.39")
0 commit comments