Skip to content

Commit

Permalink
Remove plugin definition
Browse files Browse the repository at this point in the history
  • Loading branch information
lihenggui committed Nov 15, 2024
1 parent 2f7917d commit 2b33683
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions build-logic/convention/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,6 @@ gradlePlugin {
id = "nowinandroid.android.application.jacoco"
implementationClass = "AndroidApplicationJacocoConventionPlugin"
}
register("androidLibraryCompose") {
id = "nowinandroid.android.library.compose"
implementationClass = "AndroidLibraryComposeConventionPlugin"
}
register("androidLibrary") {
id = "nowinandroid.android.library"
implementationClass = "AndroidLibraryConventionPlugin"
}
register("androidFeature") {
id = "nowinandroid.android.feature"
implementationClass = "AndroidFeatureConventionPlugin"
}
register("androidLibraryJacoco") {
id = "nowinandroid.android.library.jacoco"
implementationClass = "AndroidLibraryJacocoConventionPlugin"
Expand Down

0 comments on commit 2b33683

Please sign in to comment.