Skip to content

Commit

Permalink
Merge branch 'main' of github.com:GuilhE/KMP-ComposeUIViewController
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhE committed Jul 9, 2024
2 parents 4859592 + 63499f5 commit 4c63e81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## [2.0.20-Beta1-1.6.11-BETA-6]

- Fixes EmptyFrameworkBaseNameException bug (using `contains`instead of `startsWith`)
- Fixes EmptyFrameworkBaseNameException bug (incorrectly using `contains`instead of `startsWith`)

---

Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ 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.
> 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 <ins>if the automatic retrieval fails</ins>.
>
> For more information consult the [ProcessorTest.kt](kmp-composeuiviewcontroller-ksp/src/test/kotlin/composeuiviewcontroller/ProcessorTest.kt) file from `kmp-composeuiviewcontroller-ksp`.
#### Examples

Expand Down Expand Up @@ -167,7 +168,7 @@ struct SomeView: View {
}
}
```
> [!NOTE]
> [!IMPORTANT]
> Avoid deleting `iosApp/Representables` without first using Xcode to `Remove references`.
## Sample
Expand Down

0 comments on commit 4c63e81

Please sign in to comment.