-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Sync
-
None
See https://github.com/realm/realm-kotlin/issues/406
Similar to Realm Java we need support for `AppConfiguration.Builder.syncRootDirectory` that makes it possible to define a different location for all synced Realms.
Might rely on exposing a Kotlin Common File concept.
AppConfiguration.Builder(appId).syncRootDirectory(dir: String/File).build()
- is depended on by
-
RKOTLIN-153 Story: [Sync] App class
- Closed