1 parent 141d1db commit ad460afCopy full SHA for ad460af
1 file changed
build.gradle.kts
@@ -14,6 +14,7 @@ buildscript {
14
dependencies {
15
classpath("com.android.tools.build:gradle:9.2.1")
16
classpath("com.github.recloudstream:gradle:-SNAPSHOT")
17
+ classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.4.0")
18
}
19
20
@@ -31,7 +32,6 @@ fun Project.android(configuration: BaseExtension.() -> Unit) = extensions.getByN
31
32
33
subprojects {
34
apply(plugin = "com.android.library")
- apply(plugin = "kotlin-android")
35
apply(plugin = "com.lagradost.cloudstream3.gradle")
36
37
cloudstream {
0 commit comments