Anyone migrated a large project from Realm Java to Realm Kotlin?

Has any of you migrated a large project from Realm Java to Realm Kotlin? How was your experience? Did it take a lot of effort or was it a smooth migration?

My app is currently written in Kotlin, but I am still using Realm-java. However, it does seem like a good idea to migrate and I have also noticed that the development on Realm-java is lagging behind a little (for example Realm java doesn’t support file format 23 yet whereas Realm-kotlin has done so for a month. )

No response, so I guess this hasn’t been done a lot yet. I started on the migration. Unfortunately it is a HUGE effort. Everything is changed, from threading to query language and you even need to switch out the date types used. I am sure this will simplify the code base in the long run, but it is a risky project to do a full migration. I haven’t been able to compile my project for weeks, so the risk of introducing errors is big