realm-kotlin
realm-kotlin copied to clipboard
Dont use kotlin reflection (#1544)
Kotlin reflection is super slow on some old devices (~20seconds on cold start, see #1544 ), which is a blocker for us after migrating from realm-java to kotlin.
We've got such device, and fix was verified there