File tree Expand file tree Collapse file tree
tests/objectbox-java-test Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,10 +58,8 @@ val sourcesJar by tasks.registering(Jar::class) {
5858}
5959
6060val coroutinesVersion: String by rootProject.extra
61- val kotlinVersion: String by rootProject.extra
6261
6362dependencies {
64- implementation(" org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion " )
6563 // Note: compileOnly as we do not want to require library users to use coroutines.
6664 compileOnly(" org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion " )
6765
Original file line number Diff line number Diff line change @@ -38,16 +38,13 @@ dokkaHtml.configure {
3838 }
3939}
4040
41- val kotlinVersion: String by rootProject.extra
4241val junitVersion: String by rootProject.extra
4342val mockitoVersion: String by rootProject.extra
4443
4544dependencies {
4645 api(project(" :objectbox-java" ))
4746 api(" io.reactivex.rxjava3:rxjava:3.0.11" )
48- compileOnly(" org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion " )
4947
50- testImplementation(" org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion " )
5148 testImplementation(" junit:junit:$junitVersion " )
5249 testImplementation(" org.mockito:mockito-core:$mockitoVersion " )
5350}
Original file line number Diff line number Diff line change @@ -43,14 +43,12 @@ repositories {
4343
4444val obxJniLibVersion: String by rootProject.extra
4545
46- val kotlinVersion: String by rootProject.extra
4746val coroutinesVersion: String by rootProject.extra
4847val essentialsVersion: String by rootProject.extra
4948val junitVersion: String by rootProject.extra
5049
5150dependencies {
5251 implementation(project(" :objectbox-java" ))
53- implementation(" org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion " )
5452 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion " )
5553 implementation(project(" :objectbox-kotlin" ))
5654 implementation(" org.greenrobot:essentials:$essentialsVersion " )
You can’t perform that action at this time.
0 commit comments