Skip to content

Commit 212e454

Browse files
ci(android): ensure matching jvm targets (#17586)
1 parent e7af1b0 commit 212e454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ android {
3535
}
3636

3737
kotlinOptions {
38-
targetCompatibility = JavaVersion.VERSION_17
38+
jvmTarget = JavaVersion.VERSION_17
3939
}
4040

4141
defaultConfig {

0 commit comments

Comments
 (0)