I’ve been testing the Kotlin native libraries to run on Windows Desktop. At the moment, I only have a small sample library running with Kotlin
I received a few tips on GitHub from a RICOH engineer. ref
Using Kotlin/Native, you may compile forked Theta-client into a native dynamic library. But I do not know an application based on Compose Multiplatform can call a native dynamic library.
He also sent me tips on how to use the native library in Flutter desktop.