-
### Expected Behavior
Be able to mock the `expect object` class in the KMM project
### Current Behavior
In my shared module, I created a use case class that uses the `expected object class` to do…
-
Task :shared:linkDebugFrameworkIosX64 FAILED
ld: unknown options: -ios_simulator_version_min -sdk_version
ld comes with Xcode 15(15A240d) do not recognize options:
-ios_simulator_version_min
-s…
-
Hello. In our project we use moko-resources only to generate native `xml` and `strings` files from KMM module for Android and iOS respectively.
Then we use generated files natively in Android/iOS mod…
-
After selecting "Use template" and checking out the repository, when I open it in Android Studio Arctic Fox the project does not build showing multiple errors in the build scripts from the `build-logi…
-
hi, thanks for sharing this excellent repo!
I have a question regarding kernel width in your code. In here:
https://github.com/TongtongFANG/DIW/blob/main/kmm.py#L17
you use `sigma` in rbf…
-
Unfortunately, `window` is not available in next.js - at least not for components that support server-side rendering. Currently, importing the JS module generated by kmm-resources results in next.js c…
-
Thanks for this lib! I wonder if there's a similar solution as an AUv3 plugin for Apple devices?
Or maybe this one can be compiled via [KMM](https://kotlinlang.org/lp/mobile/) or something?
I trie…
-
Possible implementations:
* Support only a flat CSV
* Require/configure specific hierarchy separator character (e.g. > or / or \)
* Small web/app to do the same and produce an XML/ZIP. Could be …
-
Currently services and methods are generated. But there is no way to call or serve those actual methods.
There are several caveats,
1. Don't write your own client library. There are lots of good o…
-
Currently using KMM to iOS there is no constructor for Instant. So creating an instant from epoch milliseconds is impossible from iOS unless creating an additional helper function for this purpose in …