Skip to content
Prev Previous commit
Next Next commit
Try modifying kotlin options
  • Loading branch information
camsim99 committed Nov 5, 2024
commit eb88da3f4cbc22f4c4ca0e4213d78de7ff97e6bf
2 changes: 1 addition & 1 deletion packages/animations/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {
}

kotlinOptions {
jvmTarget = JavaVersion.VERSION_1_8
jvmTarget = JavaVersion.VERSION_11
}

defaultConfig {
Expand Down