Is there no version that supports kotlin 1.9.25? #51
-
I'm looking at the compatibility matrix here. And there's no entry for kotlin 1.9.25. Why is this? |
Beta Was this translation helpful? Give feedback.
Replies: 10 comments
-
Version 1.9.25 is not supported for a simple reason: it was released after Kotlin 2.0.0, by which time the Mokkery codebase had already migrated to K2. Releasing a version that supports Kotlin 1.9.25 would not have been very convenient. Additionally, the 1.9.25 release included only one change, so I didn’t think it was worth the effort. Is support for 1.9.25 necessary for you? |
Beta Was this translation helpful? Give feedback.
-
We're currently on 1.9.25 as updating to kotlin 2 has been fraught with challenges. I was hoping to add Mokkery ahead of this migration to decouple these changes, but looks like that's not possible as no version works with 1.9.25. |
Beta Was this translation helpful? Give feedback.
-
Is downgrading to 1.9.24 an option for you? |
Beta Was this translation helpful? Give feedback.
-
I guess maybe, TBH I'm focussing on getting everything ready to update to 2.0. Although I believe 1.9.25 has much better interoperability with Android Studio than 1.9.24 |
Beta Was this translation helpful? Give feedback.
-
I understand. Is there anything I could do for you? |
Beta Was this translation helpful? Give feedback.
-
Can you release a version that is compatible with 1.9.25? |
Beta Was this translation helpful? Give feedback.
-
I could release version |
Beta Was this translation helpful? Give feedback.
-
Yeah that'd be really helpful thanks |
Beta Was this translation helpful? Give feedback.
-
I've published the |
Beta Was this translation helpful? Give feedback.
-
Thank you |
Beta Was this translation helpful? Give feedback.
I've published the
1.9.25-1.7.0
version. Also, I've updated the compatibility matrix.