From 76c3025acc5a48b9274055d834b22f26859523c1 Mon Sep 17 00:00:00 2001 From: Alexander Nozik Date: Sun, 30 Sep 2018 17:25:11 +0300 Subject: [PATCH] Readme fix. Added js deploy target --- README.md | 4 +--- build.gradle | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d5831b03a..7dfd1a038 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.gradle b/build.gradle index 655acfe2d..8db73094a 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ artifactory { } defaults { - publications('jvm', 'kotlinMultiplatform', 'metadata') + publications('jvm', 'js', 'kotlinMultiplatform', 'metadata') publishBuildInfo = false publishArtifacts = true publishPom = true