Skip to content

Commit

Permalink
Merge pull request #46 from scireum/feature/sbi/SIRI-1030
Browse files Browse the repository at this point in the history
Try to hint Kotlin to use the current language and API versions
  • Loading branch information
sabieber authored Dec 6, 2024
2 parents 509d6be + 8339036 commit a21b737
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@
<!-- <sirius.ideaExcludes>.idea/copyright/**</sirius.ideaExcludes> -->

<kotlin.version>2.1.0</kotlin.version>
<kotlin.compiler.languageVersion>2.1</kotlin.compiler.languageVersion>
<kotlin.compiler.apiVersion>2.1</kotlin.compiler.apiVersion>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<kotlin.compiler.jvmTarget>23</kotlin.compiler.jvmTarget>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/.idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a21b737

Please sign in to comment.