Rick Clephas
Rick Clephas
@chromecountry I am afraid a CocoaPods issue prevents the release of the RxSwift implementation (see https://github.com/CocoaPods/CocoaPods/issues/11839 and https://github.com/CocoaPods/CocoaPods/issues/12033). As a workaround you can request CocoaPods to just get the spec...
Thanks for reporting this! Based on the stacktrace it looks like you don't have K2 mode enabled in Android Studio, correct? Do you have any issues with the plugin once...
Ah I think I see what's happening here. There was a [change](https://github.com/JetBrains/kotlin/commit/8a4932ddc9ec279d510d994750348e6c04879941#diff-66c54052cc205a167ddb6e72bd6a6459e720851fdb8b02475c14d4716e65b80eL162-R169) in the Kotlin compiler that turned that property into a JVM property instead of a field. It's likely...
> I read that many quick fixes etc from AS itself aren't supported and haven't been ported to K2, therefore still turned off. I can try it though if you...
Hmm that's interesting. I just tested this with a sample project and I am correctly seeing the warnings/errors and quickfixes. * Android Studio 2024.3.2 (AI-243.25659.59.2432.13423653) * K2 mode disabled in...
Ah go it. By default IntelliJ doesn't load third-party compiler plugins because of possible binary compatibility issues between the Kotlin versions used by the project and the IDE. Third party...
New IDE specific versions will be available resolving the compatibility issues: * `1.0.0-ALPHA-43-idea-2024.3` * `1.0.0-ALPHA-43-idea-2025.1` And for the EAP versions of 2025.2 there is `1.0.0-ALPHA-43-idea-2025.2-EAP-18003.27`, available from the EAP channel....
> I'm seeing something! Awesome! Going forward every minor IntelliJ release will get a special build of the IDE plugin. That will resolve all conflicts between the Kotlin compiler versions....
Thanks for testing the K2 mode and reporting this! > Actual: compilation error > > ``` > Cannot infer visibility for 'fooPlatform'. Please specify it explicitly. > Class 'Derived2' must...
Just published [v1.0.0-ALPHA-36-kotlin-2.1.0-Beta1](https://github.com/rickclephas/KMP-NativeCoroutines/releases/tag/v1.0.0-ALPHA-36-kotlin-2.1.0-Beta1)