Skip to content

Commit

Permalink
Recommend targeting older Kotlin bytecode #59
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelmay committed Feb 25, 2024
1 parent acdf526 commit fb4e329
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@
</executions>
<configuration>
<jvmTarget>1.8</jvmTarget>
<languageVersion>1.6</languageVersion>
<apiVersion>1.6</apiVersion>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit fb4e329

Please sign in to comment.