Skip to content

Commit a1dddbd

Browse files
author
Haiting Pu
committed
Convert the unit test from java to kotlin
1 parent 4b75a79 commit a1dddbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/android/executorch_android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636
}
3737
}
3838
kotlinOptions {
39-
jvmTarget = '17'
39+
jvmTarget = "1.8"
4040
}
4141
}
4242

0 commit comments

Comments
 (0)