Skip to content

Commit

Permalink
Update kotlin compiler to v2.1.0 (#1659)
Browse files Browse the repository at this point in the history
Update the generated SDK for connect-kotlin to use the latest version of
the kotlin compiler (for compatibility with the latest stdlib), but
continue to build code that works on Kotlin API 1.8+.
  • Loading branch information
pkwarren authored Jan 9, 2025
1 parent 1af07c8 commit c3b930c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/connectrpc/kotlin/v0.7.2/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ registry:
maven:
compiler:
kotlin:
version: 1.8.22
api_version: "1.8"
version: "2.1.0"
deps:
- com.connectrpc:connect-kotlin:0.7.2
- com.connectrpc:connect-kotlin-google-java-ext:0.7.2
Expand Down

0 comments on commit c3b930c

Please sign in to comment.