-
Hi @ttypic
Was trying to complete your tutorial on adding C code into KMP project but I'm hitting a bump.
Basically after setting everything up I'm able to run Android app without problem and it …
-
I simply used the multiplatform compose template and didn't even get to code before this error appeared:
```
Caused by: org.gradle.internal.component.NoMatchingConfigurationSelectionException: No m…
-
Hello,
When setting up this gradle plugin in the new [kotlin-multiplatform gradle plugin](https://discuss.kotlinlang.org/t/kotlin-1-3-m2-new-multiplatform-projects-model/9264) and building the work…
galex updated
5 years ago
-
# 📖 Abstract:
- ✅ Kotlin Multiplatform: 新的跨平台方案, 支持 Android/iOS/macOS/windows/Linux/web 等
# 💯 Related:
- ✅ #418
- ✅ #425
- ✅ #419
- ✅ #290
- ✅ #244
- ✅ #208
- ✅ #416
-
It looks like a pure Kotlin library. It would be great if it was a multiplatform project.
-
**Is your feature request related to a problem? Please describe.**
When a callback is called, it is generally useful to have the context of the callback (e.g. OO container etc.)
**Describe the s…
-
There is the library TMDb API written in Kotlin Multiplatform, which is tested on Android and iOS. Would it possible to integrate this library into your project?
https://github.com/MoviebaseApp/tmd…
-
I have a Kotlin Multiplatform library project, with targets for Android and iOS. I have 2 issues with the plugin:
1. The `embed` configuration cannot be used within the `kotlin` block, by adding a…
wongk updated
3 years ago
-
Hello!
I'm trying to setup shared string resources, but am running into some issues. I have checked with the sample projects and I can't spot any differences to how I have implemented things, so op…
-
### Is your feature request related to a problem? Please describe.
Yes, currently the OpenAPI Generator does not offer support for kotlinx.serialization library for JSON serialization in its Kotlin…