], requireAll = false ) fun LottieAnimationView.setAnimation(
jsonPath: String?,
autoStart: Boolean?,
animationListener: SimpleAnimatorListener?
) { … } interface SimpleAnimatorListener { fun onAnimationEnd() } If not required all, it’s okay to make Parameters Nullable.