-
Hi,
I've been trying to use the string resource on the iOS side but I'm always getting back the string key instead of its value.
Ways that I have tried to access the resource:
```
// key = my_key…
-
Hello, in search of fast non-code-generative di frameworks I came across your rather progressive (except for the lack of a universal get) library, but as I noticed it lacks support for multiplatform, …
-
I use kotlin 2.0.0 (+ tested on 1.9.23 same error), compose multiplatform 1.6.10, and last version of calendar 1.0.1
On android, desktop and js all working pretty fine
All error code
> Task :co…
kopoh updated
3 months ago
-
Would you be up for creating Objective-C bindings? Having those it would be a trivial task to use the library with Kotlin Native and Swift. AFAIU the currently available alternative is to use C bindin…
-
In a way it feels extra to have those functions as composable. Since it is multiplatform, one might not want compose, maybe they have [React](https://kotlinlang.org/docs/js-react.html) and now they wi…
-
Copying from https://github.com/Kotlin/kotlinx.coroutines/pull/4147#discussion_r1696736494:
---
*How* does one use `LAZY`? Typically, in a pattern like
```kotlin
// a property
val optionallyR…
-
Hello, Im trying to use this library to create an app for android and windows, when I set the dependency, the gradle works fine in android but in windows I recived the following message: Execution fai…
-
Hi! I'm playing with Compose Multiplatform, ktorfit and moko right now and I have this problem when I'm trying to build for iOS. What could it be?
```
> Task :shared:generateMRcommonMain `UP-TO-DA…
-
Considering Showkase now leverages KSP, would extending support for Compose Multiplatform be feasible? Or are there other major roadblocks? It would be _really_ nice to visualize 'actual' implementati…
-
Is it possible to use Compose Multiplatform UI in Flutter?