Rick Clephas
Rick Clephas
This is an unfortunate limitation of the KMP-NativeCoroutines implementation combined with the Kotlin Objective-C interop. KMP-NativeCoroutines generates extension properties for properties annotated with `@NativeCoroutinesState`. Which will be a generic property...
@matthiaslao it sounds like you somehow have two properties with the name `state` (which results in one of them being suffixed with an underscore). Could you possibly share the relevant...
> Ok, I realized that I have set `@NativeCoroutinesState` on both `BaseViewModel` and my `MovieDetailViewModel`, which creates me a `viewModel.state` and `viewModel.state_` randomly with no possibility to distinguish them... @matthiaslao...
> @rickclephas I cannot drop the `@NativeCoroutinesState` on the base property, I am getting this error on the implementation if I do so Ah you are right. You can satisfy...
> But based on the changes I am not expecting this to break our implementation/performance 👍🏻. To confirm this I have tested the `environmentSupportsHTTP2` function in our project, and it...
I guess CocoaPods support could be added. However, I don't really like the whole release process and lack of Xcode version support, etc. What is the reason for keeping Firebase...
Sounds like there is an issue with the `~/.konan` directory similar to [this](https://youtrack.jetbrains.com/issue/KT-72068/Distribution-for-klib-cross-compilation-is-not-downloaded-during-compile-tasks) issue. Could you try to sync in IntelliJ/Android Studio and/or clearing the konan directory?
@chromecountry no Kotlin 2.1.0 is only supported in 1.0.0-ALPHA-38
@chromecountry there is an issue with the RxSwift CocoaPods publication that I am looking into. If you don't need the RxSwift support you can just remove it. Otherwise you could...
@chromecountry no ETA, but hopefully soon.