diff --git a/build.gradle.kts b/build.gradle.kts index f78b761e..e100fc8e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,8 +12,8 @@ buildscript { dependencies { 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("com.github.recloudstream:gradle:-SNAPSHOT") + classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0") } }