-
build.gradle:
```gradle
dependencies{
implementation 'org.jetbrains.kotlinx:kotlinx-html-js:0.6.11'
}
```
package.json:
```json
"depenencies": {
"kotlinx-html": "0.6.11"
}
```
Gene…
-
### Describe the bug
Hello Quarkus community! I currently have an application that has a scheduled job. The job executes a database operation (to retrieve records) and returns (to test performance,…
-
Hello i want to use your package, in android work well but in ios i have an error when i try to pick a file :/
kotlinVersion = "1.9.23"
filekit = "0.8.7"
i saw other issue with people maybe my …
-
Apparently kotlinx.html currently doesn't allow JetBrain's react-wrapper to function properly https://github.com/JetBrains/kotlin-wrappers/issues/35
-
**Describe the bug**
After Startup IntelliJ shows the errors in the Dialog "IDE Internal Errors"
**To Reproduce**
Steps to reproduce the behavior:
1. Install Monokai Pro as Plugin
2. Start In…
-
### Considerations
> - Did you check the latest version of the library?
Yes
> * Do you actually *need* this feature? Maybe restructuring your code would neatly eliminate the problem the fe…
-
Hi
I've been using Wallflow for several months now, and I really LOVE your app! Unfortunately, as of today, the app keeps crashing the moment I try to start it. I run GrapheneOS on a Pixel 6a. Belo…
-
With the changes introduced by with Jellyfin 10.9, Android-Devices are no longer properly supported (devices is no longer properly identified). With the update to [10.10](https://github.com/jellyfin/j…
-
I want to display a `Map` in an HTML page.
```kotlin
import kotlinx.browser.document
import kotlinx.html.*
import kotlinx.html.dom.*
fun main() {
document.body!!.append.div {
pre {
…
aSemy updated
6 months ago
-
Benefits of [kotlinx-serialization](https://github.com/Kotlin/kotlinx.serialization):
- Better runtime performance, as no reflection is used
- https://apiumhub.com/tech-blog-barcelona/json-in-kotlin…