File tree 4 files changed +4
-4
lines changed
examples/realm-java-compatibility/app
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ android {
47
47
}
48
48
49
49
dependencies {
50
- androidTestImplementation(" io.realm.kotlin:library-sync :${Realm .version} " )
50
+ androidTestImplementation(" io.realm.kotlin:library-base :${Realm .version} " )
51
51
androidTestImplementation(" androidx.test:runner:${Versions .androidxTest} " )
52
52
androidTestImplementation(" androidx.test.ext:junit:${Versions .androidxJunit} " )
53
53
androidTestImplementation(" junit:junit:${Versions .junit} " )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ apply(plugin = "kotlin")
6
6
7
7
dependencies {
8
8
jmh(project(" :shared" ))
9
- jmh(" io.realm.kotlin:library-sync :${Realm .version} " )
9
+ jmh(" io.realm.kotlin:library-base :${Realm .version} " )
10
10
jmh(" org.openjdk.jmh:jmh-core:${Versions .jmh} " )
11
11
jmh(" org.openjdk.jmh:jmh-generator-annprocess:${Versions .jmh} " )
12
12
}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ kotlin {
28
28
sourceSets {
29
29
val commonMain by getting {
30
30
dependencies {
31
- implementation(" io.realm.kotlin:library-sync :${Realm .version} " )
31
+ implementation(" io.realm.kotlin:library-base :${Realm .version} " )
32
32
}
33
33
}
34
34
val androidMain by getting
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ dependencies {
62
62
implementation ' com.google.android.material:material:1.6.0'
63
63
implementation ' androidx.constraintlayout:constraintlayout:2.1.3'
64
64
65
- implementation " io.realm.kotlin:library-sync :${ Realm.version} "
65
+ implementation " io.realm.kotlin:library-base :${ Realm.version} "
66
66
67
67
testImplementation ' junit:junit:4.13.2'
68
68
androidTestImplementation ' androidx.test.ext:junit:1.1.3'
You can’t perform that action at this time.
0 commit comments