From 41f5472092a7b8e0d428a11a13611c4c947612a1 Mon Sep 17 00:00:00 2001 From: Mitchell Herrijgers Date: Fri, 22 Sep 2023 12:02:51 +0200 Subject: [PATCH] Downgrade Kotlin to 1.6.x It has come to our attention that when compiling the project with kotlin 1.9, projects using Kotlin 1.7.x and lower run into problems compiling. This PR adjusts the Kotlin version to 1.6.21 (latest in 1.6.x) which should make it compatible with Kotlin 1.5.x, of which 1.5.0 was released in May 2021. This should provide sufficient backwards compatibility. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9e31376..6f651d5 100644 --- a/pom.xml +++ b/pom.xml @@ -52,13 +52,13 @@ 8 UTF-8 - 1.9.10 + 1.6.21 + ${kotlin.version} 4.6.7 3.5.10 2.7.15 - 1.9.0