realm-kotlin
realm-kotlin copied to clipboard
Add support for RealmConfiguration.toString()
During debugging an issue, I notice that calling RealmConfiguration.toString() just returns something like io.realm.internal.RealmConfigurationImpl@2e397e1f. We should implement a proper toString method similar to what we have in Java.