Skip to content

Commit

Permalink
[Oztechan/CCC#2931] Get rid of androidGradlePlugin classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaozhan committed Oct 28, 2023
1 parent 00ca7ca commit 0d83f72
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ buildscript {
}
dependencies {
libs.classpaths.apply {
classpath(androidGradlePlugin)
classpath(kotlinGradlePlugin)
}
}
Expand Down
1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ android-androidMaterial = { module = "com.google.android.material:material", ver
android-navigation = { module = "androidx.navigation:navigation-fragment-ktx", version.ref = "navigation" }

# CLASSPATHS
classpaths-androidGradlePlugin = { module = "com.android.tools.build:gradle", version.ref = "androidGradlePlugin" }
classpaths-kotlinGradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }

[plugins]
Expand Down

0 comments on commit 0d83f72

Please sign in to comment.