Pavel Gorgulov
Pavel Gorgulov
@AndreiKingsley are we done with this?
@AndreiKingsley Should we close this issue?
@belovrv had doubts about the performance of kotlinx.serialization. We discussed this issue and came to the conclusion that there are no obvious problems. However, since this task is quite time-consuming,...
A bit more detail about serialization support. ### Benefits: 1. **Performance**. Based on my limited research, simple conversion to strings is performance-wise equivalent to `klaxon`, as it performs identical logic....
depends on #65
In Kandy, we are currently not developing our own implementations, but instead, we are reusing existing visualization engines. Echarts offers 3D rendering capabilities based on WebGL technology. We are considering...
Try specifying the dependency directly: `multik-kotlin-jvm` I'm not sure what could be causing this error. There are plans to improve android support in the next release
you don't need to add jar locally in this case transitive dependencies may not work To add, use the regular mechanism: ``` implementation("org.jetbrains.kotlinx:multik-core-jvm:0.2.3") implementation("org.jetbrains.kotlinx:multik-kotlin-jvm:0.2.3") ``` For some reason, the ServiceProvider...
The mk[...] construct is simply a list. While it's possible to convert the types to a common type, it's currently a substantial effort for a minor benefit. This is because...
https://youtrack.jetbrains.com/issue/KT-20760