-
Hi,
I'm aware that you support Xamarin (which is pending for me to test and see how it works) for multiplatform projects, and it was in part the reason why I chose to develop my app using your mobi…
-
For the `shared repositories` architecture we will need a at least one way of persisting data. We are unsure if we would need complex data structure, but definitely and easy and fast key-value store w…
-
### Current Behavior
In a settings script, we may add a dependency. Usually this is straightforward:
**settings.gradle.kts**
```kotlin
import org.apfloat.Apfloat
buildscript {
dependen…
-
Thanks for this awesome library, I want to use it in my KMM project.
It will be great if this supports Kotlin Multiplatform
-
Something like this should yield a deprecation warning:
```
val legacy by configurations.creating // resolvable configuration without attributes (!)
tasks.register("legacyResolve") {
doLa…
-
I'm trying to build a Kotlin Compose Multiplatform project with IntelliJ running on NixOS. Compose relies on multiple native libraries, like `libGL.so`, which are not added into `LD_LIBRARY_PATH`. At …
-
Hi there! First of all thank you for the library, setting up authentication was very straightforward using this library.
I've been ignoring these warnings/errors when running my iOS app for while. …
dmun updated
9 months ago
-
Multiplatform libraries are coming, so it would be nice if https://kotlin.link/ could support an indication for platform(s) the library supports. It could be something simple for a start, like `jvm`, …
-
سلام. ممنون از کتابخونه خوبتون. لطفا امکان سازگاری با کاتلین مولتی پلتفرم هم اضافه کنید.
-
### What is your use-case and why do you need this feature?
I am implementing a JsonLD library for Kotlin/Multiplatform.
However, I've encountered a problem: expanded JsonLD has lots of "useless" …