Skip to content

Commit

Permalink
minor doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Morfly committed Dec 15, 2023
1 parent 37d82c0 commit 06ace24
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 06ace24

Please sign in to comment.