Readme fix. Added js deploy target
This commit is contained in:
parent
c4b334976a
commit
76c3025acc
@ -21,7 +21,7 @@ for a wide variety of purposes from high performance calculations to code genera
|
||||
library in kotlin code and maybe rewrite some parts to better suite kotlin programming paradigm. There is no fixed priority list for that. Feel free
|
||||
to submit a future request if you want something to be done first.
|
||||
|
||||
* **Messaging** A mathematical notation to support multilanguage and multinod communication for mathematical tasks.
|
||||
* **Messaging** A mathematical notation to support multi-language and multi-node communication for mathematical tasks.
|
||||
|
||||
## Multi-platform support
|
||||
KMath is developed as a multi-platform library, which means that most of interfaces are declared in common module.
|
||||
@ -30,8 +30,6 @@ platform even if they could be done in common module because of platform perform
|
||||
Currently the main focus of development is the JVM platform, contribution of implementations for Kotlin - Native and
|
||||
Kotlin - JS is welcome.
|
||||
|
||||
It is planned to move project structure to [kotlin gradle mpp structure](https://github.com/h0tk3y/k-new-mpp-samples) after release of kotlin 1.3.
|
||||
|
||||
## Performance
|
||||
The calculation performance is one of major goals of KMath in the future, but in some cases it is not possible to achieve
|
||||
both performance and flexibility. We expect to firstly focus on creating convenient universal API and then work on
|
||||
|
@ -32,7 +32,7 @@ artifactory {
|
||||
}
|
||||
|
||||
defaults {
|
||||
publications('jvm', 'kotlinMultiplatform', 'metadata')
|
||||
publications('jvm', 'js', 'kotlinMultiplatform', 'metadata')
|
||||
publishBuildInfo = false
|
||||
publishArtifacts = true
|
||||
publishPom = true
|
||||
|
Loading…
Reference in New Issue
Block a user