bump kgp to 1.9.21 to avoid build fails (#1)

* bump kgp to 1.9.10 in testrepo

* Update build.gradle.kts
master
IndusAryan 2023-12-14 00:39:36 +05:30 committed by GitHub
parent c32c06fa47
commit 88998725db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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")
}
}