-
When running a multiplatform build, I get the following:
Uncaught Error: Error loading module 'sample-common-js'. Its dependency 'kotlin' was not found. Please, check whether 'kotlin' is loaded…
-
Kotlin with [Compose-UI](https://github.com/JetBrains/compose-jb) now supports many targets besides Android. It would be really nice if WalletConnect for kotlin considered supporting other targets bes…
-
I am working on the KMP library in which I want to share the .js file between platforms and generate ".aar" to distribute with other consumers, but it is not fetching resources and giving an error:
…
-
build.gradle:
```gradle
dependencies{
implementation 'org.jetbrains.kotlinx:kotlinx-html-js:0.6.11'
}
```
package.json:
```json
"depenencies": {
"kotlinx-html": "0.6.11"
}
```
Gene…
-
@maxleiko Do you have any idea what went wrong?
knuteilif@knuteilif-VirtualBox:~/HEADS/docker/xp-scaling$ docker-compose upCreating network "xpscaling_default" with the default driver
Creating xps…
-
**Describe the bug**
The webview is blocked.
**Provide a Reproducer**
git clone https://github.com/OmicoDev/wwm/tree/optimize-loading-font-on-wasm
Run `wwm.web.run` run configuration.
S…
Omico updated
3 months ago
-
"I have a date or a time, and I want to round/adjust it."
Examples:
* Find the last time it was Monday (or Sunday) not later than the given date: https://github.com/Kotlin/kotlinx-datetime/issues/…
-
When the DCE plugin is enabled, `kotlin-js-min/main` is added to the `webpack.config.js` config. This can be seen on the 'frontend-only' example by invoking the `run` task. The bundle that's loaded, h…
-
Since Kotlin version 1.3.20 HMR feature doesn't work correctly. The command `./gradlew -t run` fails to rebuild the project after any change in the source code with an error like this:
```
ℹ 「wdm」: …
-
We could provide a `StompClient()` factory function without `WebSocketClient` argument, which would discover an implementation automatically the same way `ServiceLoader` does on the JVM.
Ktor's `Ht…