Igor Wojda
Igor Wojda
Issue seems to be occurring on Samsung devices running Android 13 (mostly while app is in background). Reference: - https://stackoverflow.com/questions/76512231/do-samsung-phones-running-android-13-have-an-intent-bug - https://community.revenuecat.com/sdks-51/how-to-fix-crash-too-many-bind-requests-999-for-service-intent-inappbillingservice-3317 - https://forum.developer.samsung.com/t/illegalstateexception-too-many-bind-requests-999-for-service-inte/28242
Workaround - make sure that `billingClient.startConnection()` is called only when app is in foreground
Same issue here Sonoma 14.4.1 - scrcpy 2.4 - running pure `scrcpy` command Attaching Crash Report [report.log](https://github.com/Genymobile/scrcpy/files/14874682/report.log)
I recommend using the AS `Device Mirroring` as a temporary solution until the problem is fixed (it's been reliable for me).
Unfortunately, I am fully booked with other projects at ATM and I lack in-depth familiarity with Gradle, so I will pass on this one.
It worked for me. MacOS Sonoma, Keynote version `14.0 (7039.0.94)`, Font Awesome `6.5.2` I have added `otf` font files to `Font Book`and restarted the system. ⚠️ One important thing is...
@krasa I think I have found the root cause of this problem - it is all about configuration type: Icons are grayed out for `Gradle` configurations:  Icons are active...
Exclude in Kotlin Gradle: ```kotlin tasks.withType { exclude("generated/") } tasks.withType { exclude("generated/") } ```
Yes, `composeCompiler` can be updated, but at some point, it will be misaligned with the `Kotlin` version. @Churro can you elaborate on these packageRules? Perhaps drop rules that would work...
JUnit 5.9.1 pitest 1.9.0 Here is the project https://github.com/igorwojda/kotlin-mutation-testing Here is the output after enabling verbobe ``` DEPRECATION WARNING. `testPlugin` is deprecated starting with GPP 1.7.4. It is also not...