diff --git a/README.md b/README.md index e0efa29..d476efd 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,8 @@ To annotate the parameter as the composable state variable (for **advanced** use > [!IMPORTANT] > Only 0 or 1 `@ComposeUIViewControllerState` and an arbitrary number of parameter types (excluding `@Composable`) are allowed in `@ComposeUIViewController` functions. > For more information consult the [ProcessorTest.kt](kmp-composeuiviewcontroller-ksp/src/test/kotlin/composeuiviewcontroller/ProcessorTest.kt) file from `kmp-composeuiviewcontroller-ksp`. +> +> The `@ComposeUIViewController` includes a `frameworkBaseName` parameter, allowing you to specify a framework name manually. While the plugin typically attempts to retrieve this name automatically, you can use this parameter to enforce a specific name if the automatic retrieval fails. #### Examples