Hi all, Do we have some way to apply encryption on...
# multiplatform
s
Hi all, Do we have some way to apply encryption on realm multiplatform db in KMM in commonMain module instead of doing it with platform specific code in androidMain and iosMain modules respectively ? Because i can see Realm Multiplatform Kotlin SDK does not have any documentation related to Encryption but only Java Sdk(Android) and Swift sdk(iOS) have it.