Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
Morfly committed Oct 28, 2023
1 parent 8189a18 commit 8ea3c7b
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,8 @@ import org.gradle.api.Project

abstract class AndroidLibraryModule : GradlePackageComponent() {

var includeDefaultSubcomponents by property(true)

init {
if (includeDefaultSubcomponents) {
include<AndroidLibraryArtifactMappingFeature>()
}
include<AndroidLibraryArtifactMappingFeature>()
}

override fun canProcess(target: Project): Boolean = with(target.plugins) {
Expand Down

0 comments on commit 8ea3c7b

Please sign in to comment.