Skip to content

Commit

Permalink
Update kotlin monorepo to v2 (major) (#45)
Browse files Browse the repository at this point in the history
* Update kotlin monorepo to v2

* Update kotlin monorepo to v2

* also bump api and language version

---------

Co-authored-by: renovate-baret[bot] <165508104+renovate-baret[bot]@users.noreply.github.com>
Co-authored-by: Baret <450955+Baret@users.noreply.github.com>
  • Loading branch information
renovate-baret[bot] and Baret authored Jun 6, 2024
1 parent dd140d3 commit cce6276
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.code.style>official</kotlin.code.style>

<kotlin.version>1.9.24</kotlin.version>
<kotlin.api.version>1.9</kotlin.api.version>
<kotlin.compiler.languageVersion>1.9</kotlin.compiler.languageVersion>
<kotlin.version>2.0.0</kotlin.version>
<kotlin.api.version>2.0</kotlin.api.version>
<kotlin.compiler.languageVersion>2.0</kotlin.compiler.languageVersion>
<kotlin.compiler.jvmTarget>21</kotlin.compiler.jvmTarget>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<maven.compiler.release>21</maven.compiler.release>
Expand Down

0 comments on commit cce6276

Please sign in to comment.