kmm-production-sample icon indicating copy to clipboard operation
kmm-production-sample copied to clipboard

This is an open-source, mobile, cross-platform application built with Kotlin Multiplatform Mobile. It's a simple RSS reader, and you can download it from the App Store and Google Play. It's been desig...

Results 18 kmm-production-sample issues
Sort by recently updated
recently updated
newest added

How to use NSClassFromString get IosApp class And use NSSelectorFromString() perform the function() in iosmain

Hello, thanks for sample. From AndroidStudio I can build both iOS App and Android App. But from XCode I have the following issue: ``` PhaseScriptExecution Run\ Script /Users/my_user/Library/Developer/Xcode/DerivedData/iosApp-gxixacvuxnguydenupeipfhevyeo/Build/Intermediates.noindex/iosApp.build/Debug-iphonesimulator/iosApp.build/Script-7555FFB5242A651A00829871.sh (in target...

Does anyone know of an example of interoperability between C# and KMM (for a Windows UI) ? We'd like to demonstrate calling into a shared C library from a C#...

See https://github.com/kobjects/kxml3 Wondering if this is useful for your case and whether you have any feedback on the API draft? Do you have any recommendations for publishing KMP libraries? Jitpack...

Support for canceling coroutines when Activity is destroyed is missing. `FeedStore` has hardcoded `CoroutineScope(Dispatchers.Main)` which is not bound to any lifecycle callbacks. This hardcoded coroutine scope also makes writing unit...

Please can you add some unit tests to this sample project ? I am particularly interested in seeing the shared KMM module tests for common/android/ios

enhancement

Happens when project is compiling `core\datasource\storage\FeedStorage.kt: (26, 13): Cannot inline bytecode built with JVM target 1.8 into bytecode that is being built with JVM target 1.6. Please specify proper '-jvm-target'...

bug

We should add a simple Matrix workflow to be able to verify PRs to this repository which builds the corresponding versions on either macOS (iOS) or Ubuntu (Android) for example.

enhancement

Compose Desktop is coming along nicely. Why keep it on an experimental branch?