From 65bd1aff8349d41561e1cd4fd883fa784895f4df Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 11 Jul 2025 14:15:02 +0100 Subject: [PATCH] Kotlin: Update default version to 2.2.0 Changes the default version from 2.1.20 to 2.2.0 in the wrapper.py file. --- java/kotlin-extractor/dev/wrapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/kotlin-extractor/dev/wrapper.py b/java/kotlin-extractor/dev/wrapper.py index 08969528c92..aeef81e5c1d 100755 --- a/java/kotlin-extractor/dev/wrapper.py +++ b/java/kotlin-extractor/dev/wrapper.py @@ -27,7 +27,7 @@ import shutil import io import os -DEFAULT_VERSION = "2.1.20" +DEFAULT_VERSION = "2.2.0" def options():