-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
[Sha512](https://github.com/square/okio/blob/master/okio/src/hashFunctions/kotlin/okio/internal/Sha512.kt) performance is very slow on JS [due to it using Long numbers](https://kotlinlang.slack.com/ar…
-
### Description
(Use `node --trace-deprecation ...` to show where the warning was created)
✔ What is the name of the npm package? … react-native-test
✔ What is the description for the package? … hi…
-
Sometimes projects may use the same folder as source root in different modules. Like the same dir for several targets in KMP.
It can be done with such syntax:
```Kotlin
kotlin {
sourceSets {
…
-
Hello,
I am working on running some Kotlin/JS code under Duktape, and am running into this issue: `SyntaxError: empty expression not allowed (line 1)`. I am using webpack to build a single .js file…
-
Build fails when used with Kotlin JS plugin.
build.gradle.kts
```
plugins {
kotlin("js") version "1.6.21"
id("de.fuerstenau.buildconfig") version "1.1.8"
}
kotlin {
js(IR) {
…
-
### Describe the issue
After upgrading React Native to version 0.75.4. Session replay fails to compile for Android.
I get the following message
```
e: file:///Users/rmerchant/Projects/Avios/IAGLoy…
-
As part of the core, the service layer plays an important role in handling all necessary requests with ease. With Kotlin Multiplatform, we can share the same logic across various platforms, including …
-
I'm working on sharing my models in a Ktor app, targeting the jsMain module, which will be called from a front-end written in React with Vite.
I used the [KMP Wizard](https://kmp.jetbrains.com/) to g…
ch8n updated
4 months ago
-
If I embark on trying to create a js parser to parse html snippets into j2html code, would there be interest in adding that to the website ?
I'm thinking of doing that in kotlin using KSoup, and th…