From 06ace248c19c28fd510b649d633ddb8a916ae3c6 Mon Sep 17 00:00:00 2001 From: Pavlo Stavytskyi <17691859+Morfly@users.noreply.github.com> Date: Thu, 14 Dec 2023 16:36:19 -0800 Subject: [PATCH] minor doc updates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d519f18..161adeb 100644 --- a/README.md +++ b/README.md @@ -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.