Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions plugins/protocolbuffers/kotlin/v34.1/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ registry:
maven:
compiler:
kotlin:
version: 1.8.22
api_version: "1.8"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might as well bump this to 2.1 to match connect-kotlin while we're here. I don't recall but I think 1.8 may have been removed or at least deprecated in this version of the kotlin compiler.

We're also going to need to update the pom.xml file too.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

version: "2.2.21"
deps:
- com.google.protobuf:protobuf-kotlin:4.34.1
- org.jetbrains.kotlin:kotlin-stdlib:1.8.22
- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22
- org.jetbrains.kotlin:kotlin-stdlib:2.2.21
- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.2.21
additional_runtimes:
- name: lite
deps:
- com.google.protobuf:protobuf-kotlin-lite:4.34.1
- org.jetbrains.kotlin:kotlin-stdlib:1.8.22
- org.jetbrains.kotlin:kotlin-stdlib:2.2.21
opts: [lite]
Loading