Added doc
diff --git a/lottie/src/main/java/com/airbnb/lottie/LottieProperty.java b/lottie/src/main/java/com/airbnb/lottie/LottieProperty.java
index 1e13419..5f75e9e 100644
--- a/lottie/src/main/java/com/airbnb/lottie/LottieProperty.java
+++ b/lottie/src/main/java/com/airbnb/lottie/LottieProperty.java
@@ -226,6 +226,8 @@
* Replace a path. This can only be used on path contents. For other shapes such as rectangles and polystars,
* use LottieProperties corresponding to their specific properties.
* <p>
+ * If you need to do any operations on the path such as morphing, use the Jetpack androidx.graphics.path library.
+ * <p>
* In After Effects, any of those other shapes can be converted to a bezier path by right clicking it and
* selecting "Convert To Bezier Path".
*/