Skip to content

Commit bc426c5

Browse files
committed
chore: Added kotlinOptions on build gradle
1 parent c1a7b3d commit bc426c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

android/app/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ android {
4242
targetCompatibility = JavaVersion.VERSION_1_8
4343
}
4444

45+
kotlinOptions {
46+
jvmTarget = JavaVersion.VERSION_1_8
47+
}
48+
4549
defaultConfig {
4650
applicationId = "$applicationId"
4751
// You can update the following values to match your application needs.

0 commit comments

Comments
 (0)