From a3a02608bafdb1ce99a0b2c4bb33f7579356e257 Mon Sep 17 00:00:00 2001 From: Eunbin Son Date: Sat, 20 Jun 2026 14:59:23 +0900 Subject: [PATCH] Update documented Kotlin minimum version to 2.2 --- VERSIONING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSIONING.md b/VERSIONING.md index c09f467a7a4..58327e9144e 100644 --- a/VERSIONING.md +++ b/VERSIONING.md @@ -73,7 +73,7 @@ respect to semantic versioning. |----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | Java | 8+ | All artifacts, unless otherwise noted | Changing requires major version bump. | | Android | 23+ (NOTE: [desugaring](https://developer.android.com/studio/write/java8-support#library-desugaring) is required. We stay up to date with the latest version of [desugar_jdk_libs](https://github.com/google/desugar_jdk_libs).) | Artifacts using `otel.animalsniffer-conventions` plugin | Kept in sync with minimum requirements for [Google Play services](https://developers.google.com/android/guides/setup). Subject to change in minor version. | -| Kotlin | 1.9+ | Only applies to `opentelemetry-extension-kotlin` | Kept in sync with [minimum non-deprecated](https://kotlinlang.org/docs/gradle-compiler-options.html#attributes-common-to-jvm-and-javascript) version. Subject to change in minor versions. | +| Kotlin | 2.2+ | Only applies to `opentelemetry-extension-kotlin` | Kept in sync with [minimum non-deprecated](https://kotlinlang.org/docs/gradle-compiler-options.html#attributes-common-to-jvm-and-javascript) version. Subject to change in minor versions. | ## API vs SDK