-
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…
-
Hi!
First of all thank you for this awesome library.
I'm just trying to use a basic example of this library in my Multiplatform project but I'm getting that error.
I'm using Kotlin 2.0.0 and ve…
-
How can I achive to include Jetbrains compose resources to be part of the generated SPM in a KMP project with `composeResources/files` folder, just like described here: [Raw files](https://www.jetbrai…
-
Compose Multiplatform Android and IOS
### Android
Missing FLAG_ACTIVITY_NEW_TASK
### IOS ( Use Simulator IOS iPhone 13 mini )
-
**Describe the bug**
i am building a https://github.com/JetBrains/compose-multiplatform-desktop-template/ app
with sqlite-jdbc added as gradle dependency
it compiles and runs, but it does not pro…
-
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 …
-
### SQLDelight Version
1.5.3
### IDE Version
2022.2.3
### Dialect
SQLite
### Describe the Bug
that say
![image](https://user-images.githubusercontent.com/16251202/202451621-7d1b7c69-5ed3-441c…
hpn33 updated
2 years ago
-
let say in compose multiplatform i just only have ios and android at the moment then how to avoid download library large file?
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
1. 首要任务是添加测试框架
2. 核心代码测试覆盖率要达到 70%
3. 非核心代码的测试覆盖率也要达到 20%(比如:工具类的。基本上测试框架搭建起来,这个覆盖率很轻松就能达到了)
4. 这里的比例只是一个参考值,具体的覆盖率比例按实际情况分析后再进行界定,有些模块初期的覆盖率甚至要达到 90%都不为过。比如 IPC
5. 开发过程中会累积很多手动测试的场景,除了单元测试,还需要有一个…