realm / realm-kotlin

Kotlin Multiplatform and Android SDK for the Realm Mobile Database: Build Better Apps Faster.
Apache License 2.0
967 stars 61 forks source link

Kotlin 2.0.20 support #1826

Closed KitsuneAlex closed 2 months ago

KitsuneAlex commented 3 months ago

Fixes #1825

cla-bot[bot] commented 3 months ago

Realm welcomes all contributions! The only requirement we have is that, like many other projects, we need to have a Contributor License Agreement (CLA) in place before we can accept any external code. Our own CLA is a modified version of the Apache Software Foundation’s CLA. Our records show that CLA has not been signed by @KitsuneAlex. Please submit your CLA electronically using our Google form so we can accept your submissions. After signing the CLA you can recheck this PR with a @cla-bot check comment. The GitHub usernames you file there will need to match that of your Pull Requests. If you have any questions or cannot file the CLA electronically, make a comment here and we will be happy to help you out.

KitsuneAlex commented 3 months ago

This seems to be the major holdback with Kotlin 2.0.20 right now.

KitsuneAlex commented 2 months ago

Doneso :)

pvdmde commented 2 months ago

How to ping Realm to actually merge this and release as a hotfix?

It's not so great not to support the latest stable release..

KitsuneAlex commented 2 months ago

Giving a respectful bump @nirinchev :)

KitsuneAlex commented 2 months ago

Also tagging @fealebenpae @tgoyne @kraenhansen and @nicola-cab because this specific repository seems a little inactive atm and i really need this fix at work if possible.

nirinchev commented 2 months ago

Hey, apologies for the delays here - it's a period of multiple vacations as well as parental leaves, which has left the Kotlin team very understaffed. We expect folks to start coming back from their leaves mid-September and we'll try to prioritize this PR.

KitsuneAlex commented 2 months ago

Hey, apologies for the delays here - it's a period of multiple vacations as well as parental leaves, which has left the Kotlin team very understaffed. We expect folks to start coming back from their leaves mid-September and we'll try to prioritize this PR.

Thank you very very much. And sorry if i came off as spammy here!

nirinchev commented 2 months ago

Not at all, it's a fair ask!

AlexKatonaVisma commented 2 months ago

Any news?, its a blocker for some Visma companies to upgrade kotlin as well.

nirinchev commented 2 months ago

@nhachicha that's the PR I mentioned yesterday. Can you take a look and if all looks good, we can do a release with the latest Core fixes + this.

nhachicha commented 2 months ago

Thanks for the PR @KitsuneAlex some updates: While this PR address some aspects, JetBrains introduced more compiler changes:

I'm grouping potential fixes in https://github.com/realm/realm-kotlin/pull/1830 if you want to follow the progress