Dominic Fischer

Results 296 comments of Dominic Fischer

Can the 'ktor-client-core' be published for other native targets? So at least, custom client engines can be made.

I followed https://dev.to/kotlin/how-to-build-and-publish-a-kotlin-multiplatform-library-going-public-4a8k for my `matrix-kt` project. (Check the last few commits on the master branch) It similar to yours as it has bindings. Besides having a lot of files...

How does it not work?

`Dispatchers.Main` hasn't been implemented yet for `kotlin-libui`.

You can implement you own `Dispatcher`. [This](https://github.com/Kotlin/kotlinx.coroutines/blob/master/ui/kotlinx-coroutines-javafx/src/JavaFxDispatcher.kt) might help.

kotlinx.serialization doesn't support annotations on `object`s yet, but it's coming soon.

Consider using `kotlinx.serialisation` for this instead of gson. (I can set something up against the gltf branch if it's too much hassle).

Whilst I don't 100% agree that decoration-less Windows should be the default, it should definitely be an option. There is indeed a way to do this but I'll have to...

See https://github.com/ocornut/imgui/issues/3541

Also consider voting for these. - https://youtrack.jetbrains.com/issue/KT-4859 - https://youtrack.jetbrains.com/issue/KT-21644 They would eliminate the need for variadic support in `kotlin-imgui`.