Skip to content

Commit c38060b

Browse files
committed
Fix test compile
1 parent 7b32407 commit c38060b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@ repositories {
109109
mavenCentral()
110110
}
111111

112+
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {
113+
kotlinOptions {
114+
jvmTarget = "1.8"
115+
}
116+
}
117+
112118
dependencies {
113119

114120
def roomVersion = '2.4.3'

0 commit comments

Comments
 (0)