From 2b33683ecbb791890a2b49e042f9ba6c2d9dc568 Mon Sep 17 00:00:00 2001 From: lihenggui Date: Fri, 15 Nov 2024 14:52:14 -0800 Subject: [PATCH] Remove plugin definition --- build-logic/convention/build.gradle.kts | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/build-logic/convention/build.gradle.kts b/build-logic/convention/build.gradle.kts index 214abaab48..5f363dec47 100644 --- a/build-logic/convention/build.gradle.kts +++ b/build-logic/convention/build.gradle.kts @@ -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"