import org.diez.{{case projectName style="camel"}}.*;

{{case rootType style="pascal"}} designLanguage = new {{case rootType style="pascal"}}();
Lottie lottie = designLanguage.{{path style="pascal" prefix="get" suffix="()"}};

LottieAnimationView animationView = // Get a reference to a LottieAnimationView.
LottieKt.load(animationView, lottie);
