Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Morfly committed Dec 18, 2023
2 parents f279367 + 06ace24 commit 9b9e88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ kt_android_library(
## Feature components
Feature component is responsible for contributing to Bazel files generated by a related module component based on a specific build feature.

Every feature component is an abstract class that extends the FeatureComponent base class and implements 2 functions, canProcess and onInvoke.
Every feature component is an abstract class that extends the `FeatureComponent` base class and implements 2 functions, `canProcess` and `onInvoke`.

It is declared in `buildSrc`, or any other type of module that is included in the classpath of your build configuration.

Expand Down

0 comments on commit 9b9e88a

Please sign in to comment.