All Projects → Kotlin → Kotlinx Nodejs

Kotlin / Kotlinx Nodejs

Licence: apache-2.0
Kotlin external declarations for using the Node.js API from Kotlin code targeting JavaScript

Programming Languages

kotlin
9241 projects

Labels

kotlinx-nodejs

kotlinx-nodejs on Bintray JetBrains incubator project GitHub license

kotlinx-nodejs provides Kotlin external declarations for using the Node.js API from Kotlin code targeting JavaScript.

We're currently experimental!

Right now the only thing we guarantee is that the provided source set is compiling. There can be, unfortunately, some inconsistent, missing, redundant, or even unusable declarations.

Feel free to submit issues and bug reports as you encounter them. We will do our best to address them as soon as possible.

Keep in mind that these sources are generated with Dukat and are not supposed to be edited manually. Please do not send pull requests to this repository directly. Instead, please file an issue about the improvements you have in mind – we can then adjust the generator tool accordingly.

Setup

To add kotlinx-nodejs to your project, make sure you have jcenter added to your repositories. You can then add a dependency:

repositories {
    // . . .
    jcenter()
}

dependencies {
    // . . .
    implementation("org.jetbrains.kotlinx:kotlinx-nodejs:0.0.7")
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].