Update README.md

Fix #152
This commit is contained in:
Alexander Nozik 2020-10-14 11:25:03 +03:00 committed by GitHub
parent f76575bf99
commit 78fa877116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,8 +87,8 @@ repositories{
} }
dependencies{ dependencies{
api("scientifik:kmath-core:${kmathVersion}") api("kscience.kmath:kmath-core:${kmathVersion}")
//api("scientifik:kmath-core-jvm:${kmathVersion}") for jvm-specific version //api("scientifik:kmath-core:${kmathVersion}") for 0.1.3 and earlier
} }
``` ```