Michał Klimczak

Results 58 comments of Michał Klimczak

I moved the issue to #51, because it's not related to the original one. Let's continue there.

One thing to note is that this will apparently only work with KSP. KAPT ignores `expect` classes during annotation processing - in both tests and production code. Probably completely incompatible.

Released 0.12.0 which handles expect actual and also added an[ example of handling KaMPKit like shared viewmodels](https://github.com/FutureMind/koru-example/blob/master/shared/src/commonMain/kotlin/com/example/multiplatform/koru/shared/viewmodel/CountdownViewModel.kt) in the example repo.

@yamakentoc I'm gonna need more details. 1. Can you show an example class that you annotate in your `commonMain`? 2. What gradle command do you use to build? The shared...

I assume that kapt working and ksp not for your setup has something to do with the gradle task that you use. In the example repo I build xcframework with...

But would you please tell me how do you build the ios framework for your ios app from kotlin code?

@yamakentoc thank you for working with me on this. So I checked `embedAndSignAppleFrameworkForXcode` and for me it seems to work fine. Can you please check if when you build in...

Okay, now I misunderstood your comment. So it seems like everything is fine, I'm glad. For anyone that wanders here - the `kspCommonMainKotlinMetadata` should be run during compilation of the...

Just like with any other Adapter, you extend the FirebaseRecyclerAdapter and implement SectionTitleProvider in that class.

This is actually the intended behavior. If I remember correctly this is how it works in Google apps so I wanted to make it consistent.