realm-kotlin
realm-kotlin copied to clipboard
Switch from Java to Kotlin
I have an Android app using the Realm Java SDK. I saw that all Realm SDKs are going to be deprecated this September. The documentation suggests to update to version 3.0.0. and above from the community branches. However, I saw that the Java SDK doesn't have a community branch. What will happen with the Java SDK? Is it going to be removed totally from September and I will not be able to build my project unless I switch to Kotlin SDK version 3.0.0 and above? Or the Java SDK will not be removed from the maven repositories and still will be able to download it? What would you recommend, is it worth to switch to the Kotlin SDK?
I am using Realm only as a local offline database, without the sync option.