Merge branch 'master' into dev

# Conflicts:
#	README.md
This commit is contained in:
Iaroslav Postovalov 2020-10-21 02:24:02 +07:00
commit a0391a3b83
No known key found for this signature in database
GPG Key ID: 46E15E4A31B3BCD7

View File

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