We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ee8cf commit 5faaadaCopy full SHA for 5faaada
docsite/docs/using-from-kotlin.md
@@ -1,6 +1,6 @@
1
# Using from Kotlin
2
3
-📚 **[Read the Kotlin API Docs](/kotlin-api/nodejs-interop/net.plan99.nodejs.kotlin/-node-j-s-a-p-i/index.html)**
+📚 **[Read the Kotlin API Docs](kotlin-api/nodejs-interop/net.plan99.nodejs.kotlin/-node-j-s-a-p-i/index.html)**
4
5
Kotlin provides many features that make it much more convenient and pleasant to work with NodeJS from the JVM.
6
The API is available only inside a `nodejs { }` block. You may evaluate JavaScript when inside a `nodejs` block, like so:
0 commit comments