Skip to content

Commit

Permalink
kotlin language level 2.0
Browse files Browse the repository at this point in the history
fixes #61
  • Loading branch information
jangalinski committed Feb 24, 2025
1 parent d4caa48 commit 99c28fc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@
<module>kotlin-code-generation-test</module>
</modules>

<properties>
<!-- use 1.9 because experimental kotlin poet and serialization led to Fir-errors. -->
<kotlin.compiler.apiVersion>1.9</kotlin.compiler.apiVersion>
<kotlin.compiler.languageVersion>1.9</kotlin.compiler.languageVersion>
</properties>
<properties />

<!-- this is the maven root, all dependencies have to be declared in the concrete modules -->
<dependencyManagement/>
Expand Down

0 comments on commit 99c28fc

Please sign in to comment.