Skip to content

Commit 949fa4d

Browse files
committed
build: remove 'org.jetbrains.kotlin.android'
1 parent 39fa8c6 commit 949fa4d

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

app/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import org.jetbrains.kotlin.konan.properties.Properties
55

66
plugins {
77
alias(libs.plugins.android)
8-
alias(libs.plugins.kotlinAndroid)
98
alias(libs.plugins.ksp)
109
alias(libs.plugins.detekt)
1110
}

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
plugins {
22
alias(libs.plugins.android).apply(false)
3-
alias(libs.plugins.kotlinAndroid).apply(false)
43
alias(libs.plugins.ksp).apply(false)
54
alias(libs.plugins.detekt).apply(false)
65
}

gradle/libs.versions.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,5 @@ tandroidlame = { module = "com.github.naman14:TAndroidLame", version.ref = "tand
4848
autofittextview = { module = "me.grantland:autofittextview", version.ref = "autofittextview" }
4949
[plugins]
5050
android = { id = "com.android.application", version.ref = "gradlePlugins-agp" }
51-
kotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
5251
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
5352
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }

0 commit comments

Comments
 (0)