Oleksandr Semenov
Oleksandr Semenov
Hello, thanks for the great library. I've faced issue with Interactor's `execute` method, this one: https://github.com/RxViper/RxViper/blob/1.x/rxviper/src/main/java/com/dzaitsev/rxviper/Interactor.java#L149 The issue is, that method throws an exception in default onError implementation. The method...
This is probably bug in xml parser library, for now just catched all exceptions so if something wrong in library - skip book details and show as is Here is...
**Which version of Kotest are you using** `Kotest version is 5.8.0` `Kotlin version is 1.9.20` Project is shared Kotlin Multiplatform Mobile library consumed by Android and iOS applications. **The issue**...
Kotest version: 5.6.2 Kotest IntelliJ plugin version: 1.3.69-IC-2022.2 Android Studio version: 2022.2.1 Patch 2 I have a KMM project with only Android and iOS targets and I'd like to use...
Updates project to be able to compile with Xcode 9 and swift 4
Hi, does this plugin support work with bitbucket cloud, atlassian hosted repository? I've tried various settings, but always see http error in logs: `{"type": "error", "error": {"message": "Resource not found",...
### Ktorfit version 2.0.0 ### What happened and how can we reproduce this issue? I had some Ktofit service interfaces with nullable return types, e.g.: ``` @GET("some/path") suspend fun getSomeData():...
Hello. In our project we use moko-resources only to generate native `xml` and `strings` files from KMM module for Android and iOS respectively. Then we use generated files natively in...