From c3b930c15c437eb862a7c88013c4baffca7f2e08 Mon Sep 17 00:00:00 2001 From: "Philip K. Warren" Date: Thu, 9 Jan 2025 12:00:01 -0600 Subject: [PATCH] Update kotlin compiler to v2.1.0 (#1659) 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+. --- plugins/connectrpc/kotlin/v0.7.2/buf.plugin.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/connectrpc/kotlin/v0.7.2/buf.plugin.yaml b/plugins/connectrpc/kotlin/v0.7.2/buf.plugin.yaml index 772d6019..054f0d7b 100644 --- a/plugins/connectrpc/kotlin/v0.7.2/buf.plugin.yaml +++ b/plugins/connectrpc/kotlin/v0.7.2/buf.plugin.yaml @@ -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