Skip to content

Commit

Permalink
Enable integratoin_tests:sparsearray tests
Browse files Browse the repository at this point in the history
Signed-off-by: utzcoz <utzcoz@outlook.com>
  • Loading branch information
utzcoz committed Jan 25, 2022
1 parent 79474c1 commit 622c375
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions integration_tests/sparsearray/build.gradle
@@ -1,11 +1,17 @@
import org.robolectric.gradle.RoboJavaModulePlugin

apply plugin: RoboJavaModulePlugin
apply plugin: 'kotlin'

compileTestKotlin {
kotlinOptions.jvmTarget = "1.8"
}

dependencies {
api project(":robolectric")
compileOnly AndroidSdk.MAX_SDK.coordinates

testCompileOnly AndroidSdk.MAX_SDK.coordinates
testRuntimeOnly AndroidSdk.MAX_SDK.coordinates
testImplementation "junit:junit:${junitVersion}"
testImplementation "com.google.truth:truth:${truthVersion}"
Expand Down

0 comments on commit 622c375

Please sign in to comment.