-
Hi there, Its very easy to start using libres. It has minimal setup procedure. Thanx for that.
But in web, i tried to change the language using StringDesc.localeType = StringDesc.LocaleType.Custom(…
-
Similar to https://github.com/icerockdev/moko-resources/issues/218, I feel it would be good to have a way to dynamically access strings by string key. I need this for my application due to some dynami…
-
I am trying to integrate SQLDelight together with SQLCipher into my existing Kotlin Multiplatform Mobile project. I am now stuggling with the correct configuration. My `shared` `build.gradle.kts`looks…
ln-12 updated
3 years ago
-
When using light/dark attributes pointing to another themed color, moko resources is unable to generate the platform files properly. Take this example:
```xml
0xB92743FF
…
-
It does seem to work only with CocoaPods, is there any plans to support SPM?
-
now group and element widgets naming is same. i suggest add `Group` into widget name:
- `ConstraintsGroupWidget`
- `LinearGroupWidget`
- `ContainerGroupWidget`
-
This is a bit random, but this repo is the only example (to my knowledge) of a working KMM xcode build. Based on this discussion on kotlin KMM slack, it seems you typically need to have a pod install …
-
**Cannot inline bytecode built with JVM target 11 into bytecode that is being built with JVM target 1.8**
Getting Above error in compiling below line of code
` val viewModel = getViewModel(k…
-
I am getting following error when I use with multiplatform + jetpack compose multiplatform + multiModule application.
I have a common:ui module which has resources/MR/base/strings.xml and another f…
-
I'm trying to simply get the name of a ERC721 contract.
```
val apiKey = "..."
val web3: Web3 = Web3("https://mainnet.infura.io/v3/$apiKey")
val smartContractString = "..."
val …