Skip to content

Commit

Permalink
add target compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
kibettheophilus authored and chepsi committed Jun 6, 2024
1 parent 4ec69c3 commit d1a27f5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class MultiplaftormConventionPlugin : Plugin<Project> {
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
}
}
Expand Down

0 comments on commit d1a27f5

Please sign in to comment.