From 88998725dbb4ebea4a47fd635b9ef9700a143e0d Mon Sep 17 00:00:00 2001 From: IndusAryan <125901294+IndusAryan@users.noreply.github.com> Date: Thu, 14 Dec 2023 00:39:36 +0530 Subject: [PATCH] bump kgp to 1.9.21 to avoid build fails (#1) * bump kgp to 1.9.10 in testrepo * Update build.gradle.kts --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 24138b4..3ba5b9b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ buildscript { classpath("com.android.tools.build:gradle:7.0.4") // Cloudstream gradle plugin which makes everything work and builds plugins classpath("com.github.recloudstream:gradle:master-SNAPSHOT") - classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10") + classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.21") } }