From 9e1c1e8df9cef813673dae1494684b8a811a091b Mon Sep 17 00:00:00 2001 From: Manel Martos Date: Wed, 24 Jan 2024 17:12:36 +0100 Subject: [PATCH] Update migration to alpha10 version guide --- documentation/releases/2.0.0-alpha10.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/documentation/releases/2.0.0-alpha10.md b/documentation/releases/2.0.0-alpha10.md index 7eae42872..1f2c2ebaa 100644 --- a/documentation/releases/2.0.0-alpha10.md +++ b/documentation/releases/2.0.0-alpha10.md @@ -182,6 +182,16 @@ class SomeVisualisation( +) : BaseVisualisation, TargetUiState, MutableUiState>( ``` +## KSP processor name change + +You only need to do this if you implemented your own `Visualisation`. If you only relied on the ones supplied by the library, you don't need to do anything. + +```diff +dependencies { +- ksp("com.bumble.appyx:mutable-ui-processor:{latest version}") ++ ksp("com.bumble.appyx:appyx-processor:{latest version}") +} +``` ## KSP generated method name change