-
Thanks for this library. I would like to know if you plan to add support for Kotlin Multiplatform
-
https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-samples.html
https://juejin.cn/post/7372572344249499675
https://github.com/terrakok/kmp-awesome
-
I've noticed that fields like this end up using BigDecimal, which means they are not pure kotlin, and can't be used in multiplatform projects.
```
"type": "number",
"format": "decimal"
```
…
-
Integrating Posthog in Kotlin multiplatform projects currently requires integrating the android and ios libraries separatly. With a multiplatform library the code for android and ios must not be dupli…
-
### What's on your mind?
It would be great to have a SDK for KMP (at least android and iOS targets).. Thank you
### Code of Conduct
- [x] I agree to follow this project's Code of Conduct
-
Hello!
I have worked with LWJGL for about a year now using Kotlin, and I ended up creating kotlin multiplatform stubs for various libraries available in LWJGL. That means I create `expect` declarat…
-
I'm trying to add it to a KMP project, but the dependency is not resolved. If I added directly to the Android project I can access all clases of the SDK.
Is there a way of making it work for KMP?
-
When using the Kotlin multiplatform generator, there will be a "HttpBasicAuth.kt" file containing the following import
`import io.ktor.util.InternalAPI`
which needs to be removed or updated to
…
-
-
I asked my Kotlin Multiplatform testing expert friend @bnorm about IDE integration and he suggested this:
> I wonder if an FIR plugin might help with the back navigation from the run dashboard? Ultim…