Skip to content

Commit ad460af

Browse files
Last Sync: 2026-07-08 10:20 (Mobile)
1 parent 141d1db commit ad460af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ buildscript {
1414
dependencies {
1515
classpath("com.android.tools.build:gradle:9.2.1")
1616
classpath("com.github.recloudstream:gradle:-SNAPSHOT")
17+
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.4.0")
1718
}
1819
}
1920

@@ -31,7 +32,6 @@ fun Project.android(configuration: BaseExtension.() -> Unit) = extensions.getByN
3132

3233
subprojects {
3334
apply(plugin = "com.android.library")
34-
apply(plugin = "kotlin-android")
3535
apply(plugin = "com.lagradost.cloudstream3.gradle")
3636

3737
cloudstream {

0 commit comments

Comments
 (0)