Michał Klimczak

Results 58 comments of Michał Klimczak

@timroes maybe a workaround would be to introduce a small delay after the collapse animation. Let's say a method like setDelayAfterCollapse(int delayInMiliseconds). This way the collapse animation would be followed...

See this for file location: https://github.com/tschuchortdev/kotlin-compile-testing/issues/129 And this to access compiled classes: https://github.com/tschuchortdev/kotlin-compile-testing/issues/72#issuecomment-744475289

My understanding is that this lib is not fully compatible with ksp yet. Methods and properties like `generatedFiles` work fine for kapt, but for ksp you need a little duct...

Sorry, I removed the code and moved on with regular wrappers. But I can try to prepare some test case in a few days and will let you know. The...

Just to clarify, you have `expect abstract class ViewModel` in shared module, on Android it's a typealias to the Google ViewModel and on ios module what it is and what...

Did you use ksp or kapt? The class you annotated was in common code or a different source set? I will assume that you tried ksp and ios source set....

Hmmm, I'm going to need more details then. Can you maybe post some code and the gradle config that you tried?

@uluckas I think I might have fixed your usecase. I'm missing code details, so it's just my understanding how you would use it, but still, should work. Please take a...

One thing that I can see here is that you have 0.11.0 for gradle plugin and 0.11.1 for the library. Both should be 0.11.1. I'm not sure if it's gonna...