From 16eb39c933b22b286946e27fdcedd8bb41fda9fe Mon Sep 17 00:00:00 2001 From: "Daniel A. A. Pelsmaeker" Date: Mon, 22 Jul 2024 16:22:38 +0200 Subject: [PATCH] Update to Kotlin 1.3 --- plugin/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/build.gradle.kts b/plugin/build.gradle.kts index 68bb1df..53fc3f3 100644 --- a/plugin/build.gradle.kts +++ b/plugin/build.gradle.kts @@ -67,8 +67,8 @@ configure { targetCompatibility = JavaVersion.VERSION_11 } configure { - kotlinApiVersion = "1.2" - kotlinLanguageVersion = "1.2" + kotlinApiVersion = "1.3" + kotlinLanguageVersion = "1.3" } dependencies {