Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Kirill Boyarshinov <[email protected]>
  • Loading branch information
gabrielittner and kboyarshinov authored Sep 25, 2023
1 parent e0c75c4 commit 2648c64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ Change Log

- **Breaking**: Renamed the Compose `@ComposeDestnation` annotation to `@NavDestination` and
the Fragment `@ComposeDestination` to `@ComposeFragmentDestination`.
- **Breaking**: Removed `@ScopeTo` and `ForScope` annotations. They have been replaced by
- **Breaking**: Removed `@ScopeTo` and `@ForScope` annotations. They have been replaced by
Anvil's `@SingleIn` and `@ForScope` from `com.squareup.anvil:annotations-optional`.
- New: The code generation now supports KSP. The functionality is generally the same
- New: A new `@NavHostActivity` annotation was added and will generate an `Activity` and the
- **New**: The code generation now supports KSP. The functionality is generally the same
- **New**: A new `@NavHostActivity` annotation was added and will generate an `Activity` and the
related boilerplate. Check out [the docs](https://freeletics.github.io/khonshu/codegen/) for
more details.
- It's now possible to use both `@NavDestination` and `@ComposeFragmentDestination` at the same
time on the same composable. This allows transitioning from Fragments to Compose more easily.
- Removed: `@RendererScreen` and `@ComposeScreen` annotations. These allowed generating Fragments
- **Removed**: `@RendererScreen` and `@ComposeScreen` annotations. These allowed generating Fragments
and Composables without relying on Khonshu navigation. We've only ever used this for Activities
which now have a better solution. In the beginning we saw the codegen and navigation as 2
separate things but now the codegen is more of an add-on, so we decided to remove the standalone
Expand Down

0 comments on commit 2648c64

Please sign in to comment.