gradle: fix build.gradle.kts (#375)

This commit is contained in:
Ömer Faruk Sancak 2023-11-15 07:22:14 +03:00 committed by CakesTwix
parent d8bf9df76b
commit 1047141d38
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825

View file

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