79196449

Date: 2024-11-17 03:41:54
Score: 1
Natty:
Report link

In order to import Realm dependencies in Android Studio, write these in build.gradle (app level):

apply plugin: 'realm-android'
....
android {
    .......
    realm {
        syncEnabled = true;
    }
}
dependencies {
       .......
        implementation 'io.realm:realm-android-library:10.11.0'
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Eldo Martadjaya